View Single Post
Old 06-20-2009, 08:04 AM  
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,372
hah not quite

Quote:
on *:start: {
server irc.slashdot.org
server -m irc.synirc.net
server -m irc.freenode.net
--> not working server -m server.com:45000 | /quote login user pass | /quote conn irc.choopa.net
}

on *:connect: {
if ($network == SlashNET) {
.msg nickserv identify password
.timer 1 2 .join #channel,#channel2
}

if ($network == synIRC) {
.msg nickserv identify password
.timer 1 2 .join #channel,#channel2
}

if ($network == freenode) {
.msg nickserv identify password
.timer 1 2 .join #channel,#channel2
}
}
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


WP Stuff
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote