Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Feb 9th, 2010 | Syntax: None | Size: 0.36 KB | Hits: 45 | Expires: Never
Copy text to clipboard
  1. on *:start: {
  2.   server (first server)
  3.   server -m irc.mmoirc.com
  4. }
  5. on *:connect: {
  6.   if($network == cyanide-x){
  7.     msg nickserv identify mypass
  8.     join #speedwar
  9.     join #linux
  10.     join #swars-beta
  11.     join #ww2
  12.     join #help
  13.     cs invite #ms
  14.   }
  15.   if ($network == mmoirc) {
  16.     nick blueprint
  17.     msg nickserv identify mypass
  18.     join #test
  19.   }
  20. }