Changeset 4c266f2 for irc_commands.c


Ignore:
Timestamp:
2006-01-18T22:17:59Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
2face62
Parents:
1ea13be (diff), c1826c6 (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:

Merged (and adapted) changes from main tree.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_commands.c

    r1ea13be r4c266f2  
    8282{
    8383        irc_write( irc, "ERROR :%s%s", cmd[1]?"Quit: ":"", cmd[1]?cmd[1]:"Client Quit" );
    84         g_io_channel_close( irc->io_channel );
     84        /* g_io_channel_close( irc->io_channel ); */
    8585       
    8686        return( 0 );
Note: See TracChangeset for help on using the changeset viewer.