Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.28 KB | None | 0 0
  1. on $*:TEXT:/^([^']+)'s ID is\x3A \[(\d+)\]$/i:#:{
  2.   var %nick = $regml(1) , %id = $regml(2)
  3.   if ($read(Ids.txt,nw,%nick *) == $null) {
  4.     ;Nick was not found in Ids.txt, add it.
  5.     write Ids.txt %nick %id
  6.     msg $chan $nick pins a tail on the The_Donkey (ID Added!)
  7.   }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement