[srvx-commits] CVS: services/src modcmd.h,1.19,1.20
Brought to you by:
entrope
|
From: Entrope <en...@us...> - 2003-07-29 01:50:54
|
Update of /cvsroot/srvx/services/src In directory sc8-pr-cvs1:/tmp/cvs-serv19384/src Modified Files: modcmd.h Log Message: add new helper macro Index: modcmd.h =================================================================== RCS file: /cvsroot/srvx/services/src/modcmd.h,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -r1.19 -r1.20 *** modcmd.h 22 Jul 2003 16:33:44 -0000 1.19 --- modcmd.h 29 Jul 2003 01:50:48 -0000 1.20 *************** *** 42,45 **** --- 42,46 ---- #define reply(...) send_message(user, cmd->parent->bot, __VA_ARGS__) #endif + #define modcmd_get_handle_info(USER, NAME) smart_get_handle_info(cmd->parent->bot, USER, NAME) /* Miscellaneous flags controlling a command */ |