Advertisement
Aha2Y

#help Notify

Mar 19th, 2012
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.23 KB | None | 0 0
  1. on *:join:#help:{
  2.   if ($network == AnonOps) {
  3.     noop $tip(anonops,Anonops/#Help,4 $+ $nick Joined)
  4.     set %anonopshelp $nick
  5.   }
  6. }
  7. alias f5 {
  8.   msg #help Hello %anonopshelp $+ , How can we help you?
  9.   unset %anonopshelp
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement