diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-08 21:17:38 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-08 21:17:38 +0000 |
commit | 6b2c5f92c43f996f7ea37187db576b9b22875ae1 (patch) | |
tree | 3dcd0ca73581524614b09820e46ff5578f43cd5e /include/globals.h | |
parent | 689c27adfd88e0af0524c93d8eff4c44f034cff1 (diff) |
cmode was declared here too - declaration removed.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3558 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/globals.h')
-rw-r--r-- | include/globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/globals.h b/include/globals.h index 96e95af40..7cd47008c 100644 --- a/include/globals.h +++ b/include/globals.h @@ -43,7 +43,7 @@ void WriteWallOps(userrec *source, bool local_only, char* text, ...); int isnick(const char *n); userrec* Find(std::string nick); chanrec* FindChan(const char* chan); -char* cmode(userrec *user, chanrec *chan); +//char* cmode(userrec *user, chanrec *chan); std::string getservername(); std::string getnetworkname(); std::string getadminname(); |