Changeset 5c9512f for irc_commands.c
- Timestamp:
- 2006-06-30T09:17:18Z (19 years ago)
- Branches:
- master
- Children:
- 0a3c243
- Parents:
- 1719464
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_commands.c
r1719464 r5c9512f 230 230 { 231 231 unsigned int i; 232 char *t = set_getstr( irc, "default_target" );232 char *t = set_getstr( &irc->set, "default_target" ); 233 233 234 234 if( g_strcasecmp( t, "last" ) == 0 && irc->last_target )
Note: See TracChangeset
for help on using the changeset viewer.