Allow NickServ to ignore accounts if the user's account create ts is wrong.
authorMichael Poole <mdpoole@troilus.org>
Fri, 11 Jul 2008 02:04:41 +0000 (22:04 -0400)
committerMichael Poole <mdpoole@troilus.org>
Fri, 11 Jul 2008 02:04:41 +0000 (22:04 -0400)
commitd670d26ae0ad194364480e309e8b5c789f2985d5
treed820a8a243c1218c5ce4cd3dcfc6b2d761075d1d
parent9c42eaa12d25e68bab6d4de14eb5fee5fa4a0a70
Allow NickServ to ignore accounts if the user's account create ts is wrong.

src/nickserv.c (KEY_HANDLE_TS_MODE): Define.
  (enum handle_ts_mode): Define.
  (nickserv_conf): Add handle_ts_mode field.
  (nickserv_conf_read): Set it.
  (handle_account): Use it.
srvx.conf.example: Document it.
src/nickserv.c
srvx.conf.example