[SithNet--Patches] gnuworld/mod.cservice responses.h,1.1.1.2,1.2
Brought to you by:
darthsidious_
From: <dar...@us...> - 2003-06-30 19:15:49
|
Update of /cvsroot/sithnet-dev/gnuworld/mod.cservice In directory sc8-pr-cvs1:/tmp/cvs-serv21117 Modified Files: responses.h Log Message: modifications to responses header file \nnext commit will be for verification stuff \o/ Index: responses.h =================================================================== RCS file: /cvsroot/sithnet-dev/gnuworld/mod.cservice/responses.h,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -C2 -d -r1.1.1.2 -r1.2 *** responses.h 28 Jun 2003 23:14:01 -0000 1.1.1.2 --- responses.h 30 Jun 2003 19:15:45 -0000 1.2 *************** *** 171,177 **** const int is_not_logged_in = 148; const int logged_in_as = 149; - const int is_cservice_rep = 150; - const int is_cservice_admin = 151; - const int is_cservice_dev = 152; const int exc_search = 153; const int restrict_search = 154; --- 171,174 ---- *************** *** 181,188 **** const int invalid_option = 158; const int is_service_bot = 159; - const int is_coder_rep = 160; - const int is_coder_contrib = 161; - const int is_coder_devel = 162; - const int is_coder_senior = 163; const int is_also_an_ircop = 164; const int ban_added = 165; --- 178,181 ---- *************** *** 194,197 **** --- 187,217 ---- const int im_not_opped = 171; const int keywords = 172; + const int noforce_set = 176; + // CService Response Languages + const int is_cservice_rep = 200; + const int is_cservice_tadmin = 201; + const int is_cservice_jadmin = 202; + const int is_cservice_sadmin = 203; + const int is_cservice_sup = 204; + const int is_cservice_ab = 205; + const int is_cservice_comgr = 206; + const int is_cservice_mgr = 207; + const int is_cservice_dir = 208; + // Coder Response Languages + const int is_coder_rep = 209; + const int is_coder_contrib = 210; + const int is_coder_devel = 211; + const int is_coder_senior = 212; + // Scripting Response Languages + const int is_script_rep = 213; + const int is_script_helpmgr = 214; + const int is_script_j = 215; + const int is_script_s = 216; + const int is_script_rec = 217; + const int is_script_ab = 218; + const int is_script_cmgr = 219; + const int is_script_mgr = 220; + // Official Response Languages + // Not Yet Implemented const int greeting = 9998; const int motd = 9999; |