summaryrefslogtreecommitdiff
path: root/include/helperfuncs.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-01-31 21:55:34 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-01-31 21:55:34 +0000
commit5feabe435758fda7348d352b4b3410b769e4cd26 (patch)
tree92472f62cb55c820d1e6ec843768b72f2c68deab /include/helperfuncs.h
parent69fffba1faaaae5dd253174780b0a7ca20836e62 (diff)
Key hiding when youre not on the channel
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2998 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/helperfuncs.h')
-rw-r--r--include/helperfuncs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/helperfuncs.h b/include/helperfuncs.h
index ddfdf2826..238d8f437 100644
--- a/include/helperfuncs.h
+++ b/include/helperfuncs.h
@@ -64,7 +64,7 @@ userrec* Find(std::string nick);
chanrec* FindChan(const char* chan);
long GetMaxBans(char* name);
void purge_empty_chans(userrec* u);
-char* chanmodes(chanrec *chan);
+char* chanmodes(chanrec *chan, bool showkey);
void userlist(userrec *user,chanrec *c);
int usercount_i(chanrec *c);
int usercount(chanrec *c);