Changeset 39f93f0 for chat.c


Ignore:
Timestamp:
2008-08-31T13:42:33Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
d995c9b
Parents:
0e639f5
Message:

/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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chat.c

    r0e639f5 r39f93f0  
    139139int chat_chanok( char *a )
    140140{
    141         if( strchr( "&#", a[0] ) != NULL )
     141        if( strchr( CTYPES, a[0] ) != NULL )
    142142                return nick_ok( a + 1 );
    143143        else
Note: See TracChangeset for help on using the changeset viewer.