Changeset 3f81999 for root_commands.c


Ignore:
Timestamp:
2010-06-03T10:31:46Z (14 years ago)
Author:
Sven Moritz Hallberg <pesco@…>
Branches:
master
Children:
5f8ab6a9
Parents:
fc34fb5 (diff), 2e44b1f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

merge in bitlbee 1.2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • root_commands.c

    rfc34fb5 r3f81999  
    310310                int st;
    311311               
    312                 if( checkflags && checkflags( irc, s ) == 0 )
     312                if( s && checkflags && checkflags( irc, s ) == 0 )
    313313                        return 0;
    314314               
     
    10791079        else if( g_strcasecmp( cmd[1], "set" ) == 0 )
    10801080        {
     1081                MIN_ARGS( 2 );
     1082               
    10811083                cmd_set_real( irc, cmd + 1, cmd_chat_set_findhead, NULL );
    10821084        }
Note: See TracChangeset for help on using the changeset viewer.