From 39f93f0ce1c0a179b51f5ff6474d57509e9e0d17 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 31 Aug 2008 14:42:33 +0100 Subject: /join can now be used to join chatrooms, join_chat should not be used anymore. /join should not be used for unnamed groupchats anymore, use "chat with" instead. --- chat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chat.c') diff --git a/chat.c b/chat.c index a786794e..234c1a23 100644 --- a/chat.c +++ b/chat.c @@ -138,7 +138,7 @@ int chat_chancmp( char *a, char *b ) int chat_chanok( char *a ) { - if( strchr( "&#", a[0] ) != NULL ) + if( strchr( CTYPES, a[0] ) != NULL ) return nick_ok( a + 1 ); else return 0; -- cgit v1.2.3