reply if you do
anyone know mirc scripting?
Collapse
X
-
how's that?/slap fris
*JamesK slaps fris around a bit with a large trout -
hah not quite
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
}
}Comment



Comment