Changeset acd7959
- Timestamp:
- 2010-08-19T12:21:22Z (14 years ago)
- Branches:
- master
- Children:
- bad41f56
- Parents:
- 763a3ab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
root_commands.c
r763a3ab racd7959 1008 1008 irc_usermsg( irc, format, "Nick", "Handle/Account", "Status" ); 1009 1009 1010 if( strcmp( set_getstr( &irc->root->last_channel->set, "type" ), "control" ) != 0 ) 1010 if( irc->root->last_channel && 1011 strcmp( set_getstr( &irc->root->last_channel->set, "type" ), "control" ) != 0 ) 1011 1012 irc->root->last_channel = NULL; 1012 1013
Note: See TracChangeset
for help on using the changeset viewer.