Changeset 51a3d12 for irc_send.c
- Timestamp:
- 2010-07-25T09:11:48Z (15 years ago)
- Branches:
- master
- Children:
- c6bf805
- Parents:
- 5588edf5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_send.c
r5588edf5 r51a3d12 396 396 ic->irc->root->user, ic->irc->root->host ); 397 397 398 irc_write( ic->irc, ":%s MODE %s %s", from, ic->name, changes ); 399 } 398 if( *changes ) 399 irc_write( ic->irc, ":%s MODE %s %s", from, ic->name, changes ); 400 }
Note: See TracChangeset
for help on using the changeset viewer.