Advertisement
WraithRIOT

NickCaller

Sep 10th, 2011
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.33 KB | None | 0 0
  1. Menu Channel {
  2.   Nick Caller
  3.   .On: Enable #Nc
  4.   .Off: Disable #Nc
  5. }
  6. #Nc on
  7. On *:Text:*:*:{
  8.   If ($chan != $Active) {
  9.     If ($me Isin $1-) || (Angie Isin $1-) || (Rawrr Isin $1-) { Echo -a 9,1 $Nick 13,1Has said your nickname on 9,1 $server $+ ( $+ $chan $+ ) 13,1 at 9,1 $Time(hh:nn.ss TT) 13,1 message: $1- }
  10.   }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement