NickServ "notes" command, "oset <command>" restriction, fakehost searching.
authorMichael Poole <mdpoole@troilus.org>
Sat, 31 Mar 2007 17:15:52 +0000 (13:15 -0400)
committerMichael Poole <mdpoole@troilus.org>
Sat, 31 Mar 2007 17:15:52 +0000 (13:15 -0400)
commit88ec110dae46f3eb1cd940aa246d13fcfe08069c
tree60243165416023e2d705ec4dbf38dddf2570d33f
parent8acabe2fc9601fbbf0357ef5626ed8907d6ef42b
NickServ "notes" command, "oset <command>" restriction, fakehost searching.

src/nickserv.c (msgtab): New entries for the "notes" command.
  (cmd_notes): New function to show notes for an account.
  (cmd_oset): Check access for subcommands.
  (struct nickserv_discrim): New "fakehostmask" field.
  (nickserv_discrim_create): Set it.
  (nickserv_discrim_match): Check against it.
  (init_nickserv): Register NOTES and OSET KARMA commands.

src/nickserv.help (SEARCH CRITERIA): Mention FAKEHOST and KARMA options.
src/nickserv.c
src/nickserv.help