From 0a31bcd5ae19e94827aec1a475ede69501b8230e Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 15 Dec 2005 14:19:37 +0000 Subject: Moved rehashnick and force_nickchange to users.cpp git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2478 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/inspircd.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/inspircd.h') diff --git a/include/inspircd.h b/include/inspircd.h index 34ad92cb3..1dd734787 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -114,11 +114,9 @@ class InspIRCd }; /* prototypes */ -void force_nickchange(userrec* user,const char* newnick); void call_handler(std::string &commandname,char **parameters, int pcnt, userrec *user); bool is_valid_cmd(std::string &commandname, int pcnt, userrec * user); int loop_call(handlerfunc fn, char **parameters, int pcnt, userrec *u, int start, int end, int joins); -userrec* ReHashNick(char* Old, char* New); /* userrec optimization stuff */ void AddServerName(std::string servername); const char* FindServerNamePtr(std::string servername); -- cgit v1.2.3