Advertisement
L00Cyph3r

AdiIRC FuelRats System-name copy (ODY only)

Feb 6th, 2025
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
INI file 0.48 KB | Source Code | 0 0
  1. on *:HOTLINK:*RATSIGNAL*:#:{
  2.   if ($hotlink(event) == sclick) {
  3.     var %regexMatches $regex($hotline,/RATSIGNAL.+Case.+#(\d+).+PC[^A-Z]+([A-Z]+)[^–]+–[^C]+CMDR[^–]+–[^S]+System:[^"]+"([^"]+)"/)
  4.     if (%regexMatches > 0) {
  5.       if ($regml(2) == ODY) {
  6.       }
  7.       else {
  8.         //echo -ag * unknown game mode: $regml(2)!
  9.         return
  10.       }
  11.       /clipboard $regml(3)
  12.     }
  13.     else {
  14.       //echo -ag * not a pc case: %regexMatches
  15.     }  
  16.   }
  17.   return
  18. }
  19.  
Tags: fuelrats
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement