Changeset 7cd2e8a


Ignore:
Timestamp:
2010-06-22T23:43:36Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
8b8def58
Parents:
6b90431
Message:

Automatically call the "channel" command for the now-gone chat subcommands.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • root_commands.c

    r6b90431 r7cd2e8a  
    10931093                        irc_usermsg( irc, "Can't open a groupchat with %s.", cmd[2] );
    10941094                }
     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 );
    10951102        }
    10961103        else
Note: See TracChangeset for help on using the changeset viewer.