Changeset 4c266f2 for irc_commands.c
- Timestamp:
- 2006-01-18T22:17:59Z (19 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_commands.c
r1ea13be r4c266f2 82 82 { 83 83 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 ); */ 85 85 86 86 return( 0 );
Note: See TracChangeset
for help on using the changeset viewer.