Changeset 2ea8736


Ignore:
Timestamp:
2009-06-24T21:48:44Z (15 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
0182773
Parents:
8a08d92
Message:

Fixed another crash bug (this one was triggered by just typing "chat set").

File:
1 edited

Legend:

Unmodified
Added
Removed
  • root_commands.c

    r8a08d92 r2ea8736  
    10741074        else if( g_strcasecmp( cmd[1], "set" ) == 0 )
    10751075        {
     1076                MIN_ARGS( 2 );
     1077               
    10761078                cmd_set_real( irc, cmd + 1, cmd_chat_set_findhead, NULL );
    10771079        }
Note: See TracChangeset for help on using the changeset viewer.