diff options
| author | 2006-02-12 16:25:49 +0000 | |
|---|---|---|
| committer | 2006-02-12 16:25:49 +0000 | |
| commit | 20dbeb8cef60920c140ff08fa3e0d9f2c01fa430 (patch) | |
| tree | bd4b2e850e89bd35c4015ce331e0b4bf6de9bfa5 /include | |
| parent | Config file example is wrong (diff) | |
Tweak to allow @%+ to all exist on a user at once during burst
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3170 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
| -rw-r--r-- | include/message.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/message.h b/include/message.h index a7c2c4036..fb0e7cb64 100644 --- a/include/message.h +++ b/include/message.h @@ -46,5 +46,6 @@ int has_channel(userrec *u, chanrec *c); void TidyBan(char *ban); std::string chlist(userrec *user, userrec* source); void send_network_quit(const char* nick, const char* reason); +int cflags(userrec *user, chanrec *chan); #endif |
