diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-08 21:34:11 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-08 21:34:11 +0000 |
commit | ec97c162f84a3979a0f6a1c3443366784062ac9e (patch) | |
tree | 5efa2b26d0a05438be609f9e6f413052182271d2 /include | |
parent | 6b2c5f92c43f996f7ea37187db576b9b22875ae1 (diff) |
Removed declarations of ancient and misspelled functions :/
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3559 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r-- | include/globals.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/globals.h b/include/globals.h index 7cd47008c..5b74aeaa1 100644 --- a/include/globals.h +++ b/include/globals.h @@ -43,13 +43,6 @@ 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); -std::string getservername(); -std::string getnetworkname(); -std::string getadminname(); -std::string getadminemail(); -std::string getadminnick(); void readfile(file_cache &F, const char* fname); -int ModeDefiend(char c, int i); #endif |