Upvote Upvoted 4 Downvote Downvoted
mIRC script for TF2
1
#1
0 Frags +

Now that the pug channels are all on one network, I decided to write a simple script for mIRC users to join all the tf2 related channels in irc + auth on different networks, and mask your IP across all networks.

*If you need help with mIRC/don't have mIRC, feel free to message me
*Edit: added IP masking
*Edit: added auth help
*To auth for GeeksIRC: type this in the main geeksirc window: /msg NickServ Help Register
*To auth for GameSurge: https://gamesurge.net/createaccount/

1. ALT+R and paste what's below (NICK = your desired nickname ; PASSWORD = your auth password for that network ; ACCOUNT = your account you're authing with, can be the same as NICK)
2. Hit "OK" and you're set :)

on *:START:{
server irc.geeksirc.net
server -m irc.gamesurge.net -j #tf2scrim
}
on *:connect:{
if ($network == GeeksIRC) { nick NICK | msg NickServ identify ACCOUNT PASSWORD | join #tf2.pug.na | join #tf2mix | join #tf2.pug.nahl | join #tf2.mix.nahl | mode NICK +ix }
if ($network == GameSurge) { nick NICK | msg authserv@services.gamesurge.net auth ACCOUNT PASSWORD | mode NICK +ix }
}

Now that the pug channels are all on one network, I decided to write a simple script for mIRC users to join all the tf2 related channels in irc + auth on different networks, and mask your IP across all networks.

*If you need help with mIRC/don't have mIRC, feel free to message me
*Edit: added IP masking
*Edit: added auth help
*To auth for GeeksIRC: type this in the main geeksirc window: /msg NickServ Help Register
*To auth for GameSurge: https://gamesurge.net/createaccount/

1. ALT+R and paste what's below (NICK = your desired nickname ; PASSWORD = your auth password for that network ; ACCOUNT = your account you're authing with, can be the same as NICK)
2. Hit "OK" and you're set :)

on *:START:{
server irc.geeksirc.net
server -m irc.gamesurge.net -j #tf2scrim
}
on *:connect:{
if ($network == GeeksIRC) { nick NICK | msg NickServ identify ACCOUNT PASSWORD | join #tf2.pug.na | join #tf2mix | join #tf2.pug.nahl | join #tf2.mix.nahl | mode NICK +ix }
if ($network == GameSurge) { nick NICK | msg authserv@services.gamesurge.net auth ACCOUNT PASSWORD | mode NICK +ix }
}
2
#2
2 Frags +

This rules thank you, I'm lazy

This rules thank you, I'm lazy
Please sign in through STEAM to post a comment.