summaryrefslogtreecommitdiff
path: root/include/inspircd.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-15 14:19:37 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-15 14:19:37 +0000
commit0a31bcd5ae19e94827aec1a475ede69501b8230e (patch)
treecb9154b53f93c4bbc231fdbd5b180aed1fe39c91 /include/inspircd.h
parenta938e996fe7a6f42d3f5151b41d094930ec3a192 (diff)
Moved rehashnick and force_nickchange to users.cpp
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2478 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r--include/inspircd.h2
1 files changed, 0 insertions, 2 deletions
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);