Changeset 1a3ba05
- Timestamp:
- 2010-05-03T11:55:06Z (15 years ago)
- Branches:
- master
- Children:
- 0d4a068
- Parents:
- f924563
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_channel.c
rf924563 r1a3ba05 201 201 irc_user_t *iu; 202 202 203 memset( to, 0, sizeof( to ) ); 203 204 strncpy( to, msg, s - msg ); 204 205 while( *(++s) && isspace( *s ) ) {} … … 210 211 iu->f->privmsg( iu, s ); 211 212 } 213 else 214 { 215 irc_send_msg_f( irc->root, "PRIVMSG", ic->name, 216 "User does not exist: %s", to ); 217 } 212 218 } 213 219 else
Note: See TracChangeset
for help on using the changeset viewer.