From 945466193b36e4e46ea005db299c64151ed957f0 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 14 Dec 2005 16:48:12 +0000 Subject: Tidied up inspircd.h git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2421 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 44 +------------------------------------------- 1 file changed, 1 insertion(+), 43 deletions(-) (limited to 'src/inspircd.cpp') diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 15915607d..d3b1e4f09 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -97,25 +97,13 @@ chan_hash chanlist; whowas_hash whowas; command_table cmdlist; address_cache IP; - servernamelist servernames; - int boundPortCount = 0; int portCount = 0, ports[MAXSOCKS]; - -/* prototypes */ - -/*int has_channel(userrec *u, chanrec *c); -int usercount(chanrec *c); -int usercount_i(chanrec *c); -char* Passwd(userrec *user); -bool IsDenied(userrec *user); -void AddWhoWas(userrec* u);*/ - std::vector all_opers; - char lowermap[255]; + void AddOper(userrec* user) { log(DEBUG,"Oper added to optimization list"); @@ -175,36 +163,6 @@ std::string GetRevision() } -std::string getservername() -{ - return Config->ServerName; -} - -std::string getserverdesc() -{ - return Config->ServerDesc; -} - -std::string getnetworkname() -{ - return Config->Network; -} - -std::string getadminname() -{ - return Config->AdminName; -} - -std::string getadminemail() -{ - return Config->AdminEmail; -} - -std::string getadminnick() -{ - return Config->AdminNick; -} - /* add a channel to a user, creating the record for it if needed and linking * it to the user record */ -- cgit v1.2.3