diff options
| author | 2004-04-19 01:02:57 +0000 | |
|---|---|---|
| committer | 2004-04-19 01:02:57 +0000 | |
| commit | 7a51b2bed1cdc0e6c2522f2b2d10f3f787ff677d (patch) | |
| tree | be64a38b2f6837ef132619868864081010043f36 /include | |
| parent | Added extern declarations so that this file can access the modules that are l... (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')
| -rw-r--r-- | include/inspircd.h | 1 | ||||
| -rw-r--r-- | include/message.h | 3 |
2 files changed, 3 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 diff --git a/include/message.h b/include/message.h index 4958af0f1..cc9076bce 100644 --- a/include/message.h +++ b/include/message.h @@ -29,5 +29,8 @@ int isnick(const char* n); char* cmode(userrec *user, chanrec *chan); int cstatus(userrec *user, chanrec *chan); int has_channel(userrec *u, chanrec *c); +void TidyBan(char *ban); +char* chlist(userrec *user); +void send_network_quit(const char* nick, const char* reason); #endif |
