logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

"Circle" - server backend for the "Circle" application host

Author

       Paul Evans <leonerd@leonerd.org.uk>

perl v5.36.0                                       2022-11-19                                        Circle(3pm)

Name

       "Circle" - server backend for the "Circle" application host

Questions

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"

See Also