Changeset e1aaea4
- Timestamp:
- 2010-10-21T22:14:14Z (14 years ago)
- Branches:
- master
- Children:
- 1d19cdb
- Parents:
- 79b5c41
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc.c
r79b5c41 re1aaea4 197 197 } 198 198 199 irc_write( irc, "ERROR :Closing link: %s", reason ? : "" ); 199 if( reason ) 200 irc_write( irc, "ERROR :Closing link: %s", reason ); 200 201 201 202 ipc_to_master_str( "OPERMSG :Client exiting: %s@%s [%s]\r\n", … … 710 711 irc_send_join( ic, irc->user ); 711 712 } 713 714 /* We may be waiting for a PONG from the previous client connection. */ 715 irc->pinging = FALSE; 712 716 } 713 717
Note: See TracChangeset
for help on using the changeset viewer.