Changeset eaaa986 for irc_commands.c


Ignore:
Timestamp:
2010-05-08T14:48:38Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
e685657
Parents:
4a9fd5f
Message:

Misc. cleanup. Also updated the Yahoo! module to deal with struct groupchat
in a GSList so that a default config fully compiles again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_commands.c

    r4a9fd5f reaaa986  
    536536static void irc_cmd_away( irc_t *irc, char **cmd )
    537537{
    538         char *set;
    539        
    540538        if( cmd[1] && *cmd[1] )
    541539        {
Note: See TracChangeset for help on using the changeset viewer.