Changeset 7cd2e8a
- Timestamp:
- 2010-06-22T23:43:36Z (14 years ago)
- Branches:
- master
- Children:
- 8b8def58
- Parents:
- 6b90431
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
root_commands.c
r6b90431 r7cd2e8a 1093 1093 irc_usermsg( irc, "Can't open a groupchat with %s.", cmd[2] ); 1094 1094 } 1095 } 1096 else if( g_strcasecmp( cmd[1], "list" ) == 0 || 1097 g_strcasecmp( cmd[1], "set" ) == 0 || 1098 g_strcasecmp( cmd[1], "del" ) == 0 ) 1099 { 1100 irc_usermsg( irc, "Warning: The \002chat\002 command was mostly replaced with the \002channel\002 command." ); 1101 cmd_channel( irc, cmd ); 1095 1102 } 1096 1103 else
Note: See TracChangeset
for help on using the changeset viewer.