glacier_rat

Untitled

Apr 27th, 2010
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.65 KB | None | 0 0
  1. On *:notice:Access Denied.:?:{
  2.   if ($nick == ChanServ) && (%accnum) {
  3.     unset %accnum
  4.     echo -a $c5([ $+ $time $+ ] -ChanServ- Access Denied.)
  5.   }
  6. }
  7. On *:notice:*isn't registered.:?:{
  8.   if ($nick == ChanServ) && (%accnum) {
  9.     unset %accnum
  10.     echo -a $c5([ $+ $time $+ ] -ChanServ- Channel $2 isn't registered.)
  11.   }
  12. }
  13. On ^*:notice:*:?:{
  14.   if ($nick == ChanServ) && (%accnum) {
  15.     if ($2 == %accnum) {
  16.       echo -a $c5([ $+ $time $+ ] -ChanServ- $3)
  17.     }
  18.     if ($1- == End of access list.) {
  19.       unset %accnum
  20.       echo -a $c5([ $+ $time $+ ] -ChanServ- End of access list.)
  21.     }
  22.     halt
  23.   }
  24. }
  25. alias c5 { return $+(05,$1-,) }
Add Comment
Please, Sign In to add comment