From 5feabe435758fda7348d352b4b3410b769e4cd26 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 31 Jan 2006 21:55:34 +0000 Subject: Key hiding when youre not on the channel git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2998 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/helperfuncs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/helperfuncs.h') 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); -- cgit v1.2.3