[srvx-commits] CVS: services/src opserv.c,1.293,1.294
Brought to you by:
entrope
|
From: Zoot <zo...@us...> - 2002-12-13 02:10:55
|
Update of /cvsroot/srvx/services/src
In directory sc8-pr-cvs1:/tmp/cvs-serv9848/src
Modified Files:
opserv.c
Log Message:
Recognize the addalert kill command.
Index: opserv.c
===================================================================
RCS file: /cvsroot/srvx/services/src/opserv.c,v
retrieving revision 1.293
retrieving revision 1.294
diff -C2 -r1.293 -r1.294
*** opserv.c 4 Dec 2002 06:43:50 -0000 1.293
--- opserv.c 13 Dec 2002 02:10:50 -0000 1.294
***************
*** 4006,4009 ****
--- 4006,4010 ----
opserv_define_func("ADDALERT NOTICE", NULL, 0, 0);
opserv_define_func("ADDALERT GLINE", NULL, 900, 0);
+ opserv_define_func("ADDALERT KILL", NULL, 900, 0);
opserv_define_func("ADDBAD", cmd_addbad, 800, 0);
opserv_define_func("ADDEXEMPT", cmd_addexempt, 800, 0);
|