"Circle" - server backend for the "Circle" application host
# in Global tab
/networks add -type irc Freenode
# in Freenode tab
/set nick YourNickHere
/servers add irc.freenode.net -ident yournamehere -pass secretpasswordhere
/connect
# Don't forget to
/config save
/rules add input not(channel("#perl")) matches("perl"): highlight
Rules are network-specific so just don't do that on Magnet.
You'll have to read the hostmask of the user specifically, but then
/mode +b [email protected]
/delay 86400 mode -b [email protected]
Note the lack of "/" on the inner "mode" to
"delay"
Paul Evans <
[email protected]>