diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-19 01:02:57 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-19 01:02:57 +0000 |
commit | 7a51b2bed1cdc0e6c2522f2b2d10f3f787ff677d (patch) | |
tree | be64a38b2f6837ef132619868864081010043f36 /include/inspircd.h | |
parent | b53d255cf447acd55709f90bdd51949beaf0f94c (diff) |
Moving yet more stuff into message.cpp
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@665 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index a5544d904..866c545d4 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -110,7 +110,6 @@ void force_nickchange(userrec* user,const char* newnick); void kill_link(userrec *user,const char* r); int usercount(chanrec *c); void call_handler(const char* commandname,char **parameters, int pcnt, userrec *user); -void send_network_quit(const char* nick, const char* reason); long GetRevision(); // mesh network functions |