Advertisement
Guest User

php

a guest
Dec 16th, 2010
889
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. on *:start: { server irc.tempsys.biz | server -m irc.mildnet.name | server -m irc.pcirc.ws }
  2. on *:connect: {
  3. if ($network == tempsys) {
  4. .msg nickserv identify **************
  5. .timer 1 2 .join #niceday,#unix,#chkcc,#carding,#checkpit,#shopping
  6. }
  7. if ($network == mildnet) {
  8. .msg nickserv identify ***************
  9. .timer 1 2 .join #niceday,#shopping,#koped
  10. }
  11. if ($network == pcirc) {
  12. .msg nickserv identify **************
  13. .timer 1 2 .join #unix,#shopping
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement