HowdoIconnecttofreenode.net#perlandidentifywithNickServ
# 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
HowdoIgetnotificationswheneversomeoneusesthewordperlinachannelthatisn'tonmagnetorfreenode#perl
/rules add input not(channel("#perl")) matches("perl"): highlight
Rules are network-specific so just don't do that on Magnet.
HowdoIsetupacommandtobanthehostmaskforagivennickinthecurrentchannelfor24h
You'll have to read the hostmask of the user specifically, but then
/mode +b ident@host.name.here
/delay 86400 mode -b ident@host.name.here
Note the lack of "/" on the inner "mode" to "delay"