1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 00:23:12 +02:00

Removed mod_current_user and mod_current_op, the latter of which was only an extern.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1807 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
cyberbotx
2008-11-28 06:00:47 +00:00
parent c11d431dd0
commit bdc13b4d6d
3 changed files with 0 additions and 5 deletions
-1
View File
@@ -31,7 +31,6 @@ ModuleHash *MODULE_HASH[MAX_CMD_HASH];
Module *mod_current_module;
const char *mod_current_module_name = NULL;
char *mod_current_buffer = NULL;
User *mod_current_user;
ModuleCallBack *moduleCallBackHead = NULL;