DOKK / manpages / debian 10 / circle-backend / Circle.3pm.en
Circle(3pm) User Contributed Perl Documentation Circle(3pm)

"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 ident@host.name.here
   /delay 86400 mode -b ident@host.name.here

Note the lack of "/" on the inner "mode" to "delay"

Paul Evans <leonerd@leonerd.org.uk>

2018-07-28 perl v5.26.2