Advertisement
illpastethat

On join chamodes radioactive

Jan 13th, 2013
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.28 KB | None | 0 0
  1. on *:join:#channel {
  2.   if (!$istok($bothelpers,$nick,44)) {
  3.     .notice $nick NOTICE HERE
  4.   }
  5.   if ($nick == $me) {
  6.     mode $me +p
  7.   }
  8.   .timerchanmodes $+ $chan -m 1 500 chanmodes $chan
  9. }
  10. alias chanmodes {
  11. if ($me isop $1) {
  12.     mode $1 +s
  13.     topic $1 TOPIC HERE
  14.   }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement