diff options
| author | 2005-05-05 12:42:20 +0000 | |
|---|---|---|
| committer | 2005-05-05 12:42:20 +0000 | |
| commit | f938b078f8e283f52a4be36da584ee001030a247 (patch) | |
| tree | 38bde4cfb369dcc9edc16a5008997e278d766ee5 /include | |
| parent | Changed to handle : as a NOP token so that 'assuming' inspircd knows RFC comm... (diff) | |
| download | inspircd++-f938b078f8e283f52a4be36da584ee001030a247.tar.gz inspircd++-f938b078f8e283f52a4be36da584ee001030a247.tar.bz2 inspircd++-f938b078f8e283f52a4be36da584ee001030a247.zip | |
Fixes to:
+s and +p channels wouldn't be synched correctly
+s and +p never show in whois even when you're a member of them
+s and +p never show in list even if you're a member of them
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1308 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
| -rw-r--r-- | include/message.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/message.h b/include/message.h index b8c485f5f..f6865453c 100644 --- a/include/message.h +++ b/include/message.h @@ -46,7 +46,7 @@ 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); +char* chlist(userrec *user, userrec* source); void send_network_quit(const char* nick, const char* reason); #endif |
