diff options
| author | 2006-02-05 16:12:36 +0000 | |
|---|---|---|
| committer | 2006-02-05 16:12:36 +0000 | |
| commit | a8aace58064fe3552b905567e4eab0bd4d4aba14 (patch) | |
| tree | 120dec08841a5728b25da67b44334c671efbfaa5 /src/cmd_away.cpp | |
| parent | Propogation of away messages across network (we dont bounce the numeric back ... (diff) | |
Bugfix to cmd_modules, we've added some event types since it was written, could potentially overflow if issued when new ones used
Made cmd_away compile again
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3096 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/cmd_away.cpp')
| -rw-r--r-- | src/cmd_away.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cmd_away.cpp b/src/cmd_away.cpp index 4623dc7f7..65e613acb 100644 --- a/src/cmd_away.cpp +++ b/src/cmd_away.cpp @@ -39,6 +39,10 @@ using namespace std; extern ServerConfig* Config; extern InspIRCd* ServerInstance; +extern int MODCOUNT; +extern std::vector<Module*> modules; +extern std::vector<ircd_module*> factory; + void cmd_away::Handle (char **parameters, int pcnt, userrec *user) { |
