Jul 22, 2003 11:49
IRC Script
On irc.winbolo.us, the game reporting is done differently. Instead of one client messaging the whole channel, a client "wallops" each user in #winbolo. The messages appear in each users status window instead of their channel window. If you don't like this, the following script will revert it back to irc.winbolo.com style.
on ^*:WALLOPS:*winbolo*//*: {
echo #winbolo GAME >>> $1-
/halt
}
What this does is stops the wallops text from appearing in your status window and instead outputs "GAME >>> {original game information}" in your #winbolo window.
If you are using mIRC, copy the 4 lines of code above and place them in your "remotes" section. To open your "remotes" section click on the button on the tool bar that has a C and an E on it with two red dots. Paste the lines of code in there, save it, and enjoy!
on ^*:WALLOPS:*winbolo*//*: {
echo #winbolo GAME >>> $1-
/halt
}
What this does is stops the wallops text from appearing in your status window and instead outputs "GAME >>> {original game information}" in your #winbolo window.
If you are using mIRC, copy the 4 lines of code above and place them in your "remotes" section. To open your "remotes" section click on the button on the tool bar that has a C and an E on it with two red dots. Paste the lines of code in there, save it, and enjoy!