aboutsummaryrefslogtreecommitdiffstats
path: root/chat.c
diff options
context:
space:
mode:
Diffstat (limited to 'chat.c')
-rw-r--r--chat.c2
1 files changed, 1 insertions, 1 deletions
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;