Changeset 05bf2a0
- Timestamp:
- 2010-10-02T04:51:19Z (14 years ago)
- Branches:
- master
- Children:
- 62f53b50
- Parents:
- 665c24f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_channel.c
r665c24f r05bf2a0 192 192 if( strcmp( value, "control" ) == 0 ) 193 193 new = &control_channel_funcs; 194 else if( strcmp( value, "chat" ) == 0 )194 else if( ic != ic->irc->default_channel && strcmp( value, "chat" ) == 0 ) 195 195 new = &irc_channel_im_chat_funcs; 196 196 else
Note: See TracChangeset
for help on using the changeset viewer.