The possibility to set local "G-lines"

From the file ADD-TO-IRCRC, included in the source tree:
ALIAS GLINE QUOTE GLINE $0 $1 :$2-
Usage:
GLINE [+|-]<G-line-mask> [period in seconds] [Local G-line comment]
This either:
  • checks for the existence of a G-line for a particular user:
  • /gline <user@host.name>
  • lists all G-lines:
  • /gline
    Oper only:
  • disables (temporally) a Global G-line:
  • /gline -<G-line-mask>
  • re-enables a Global G-line:
  • /gline +<G-line-mask>
  • resets the expiration time:
  • /gline [+]<G-line-mask> <new period in seconds>
    Implementation of "local G-lines" - these are KILLs with an expiration time:
  • sets a new Local G-line:
  • /gline [+]<local-G-line-mask> <period in seconds> <comment>
  • removes a Local G-line:
  • /gline -<local-G-line-mask>

    Questions and comments about this page should go to the maintainer: Carlo Wood (Run @ IRC).