Changeset 9438323
- Timestamp:
- 2010-05-04T23:38:18Z (15 years ago)
- Branches:
- master
- Children:
- aea8b68
- Parents:
- eb50495
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_channel.c
reb50495 r9438323 33 33 irc_channel_t *ic; 34 34 35 if( strchr( CTYPES, name[0] ) == NULL || !nick_ok( name + 1) )35 if( !irc_channel_name_ok( name ) || irc_channel_by_name( irc, name ) ) 36 36 return NULL; 37 37
Note: See TracChangeset
for help on using the changeset viewer.