Advertisement
kyroskoh

mIRC Script: Nick Alert

Nov 2nd, 2011
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. on 1:TEXT:*:#:{
  2. if ($me isin $1-) { echo -a [Attention] Your nick had been mentioned in $chan 8by $nick @ $timestamp | halt | }
  3. }
  4.  
  5. on 1:TEXT:*:#:{
  6. if ($$1 == !script) { .describe $chan is running: Kyros's Nick Alert Script v1.0 | halt | }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement