Changeset bce78c8 for irc_commands.c
- Timestamp:
- 2010-05-02T18:48:26Z (13 years ago)
- Branches:
- master
- Children:
- e54112f
- Parents:
- a4cdf43
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_commands.c
ra4cdf43 rbce78c8 288 288 } 289 289 else if( iu->f->privmsg ) 290 { 291 iu->flags |= IRC_USER_PRIVATE; 290 292 iu->f->privmsg( iu, cmd[2] ); 293 } 291 294 } 292 295 else
Note: See TracChangeset
for help on using the changeset viewer.