Changeset daa9e02
- Timestamp:
- 2006-01-17T18:05:22Z (19 years ago)
- Branches:
- master
- Children:
- 48721c3
- Parents:
- f4a5940
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ipc.c
rf4a5940 rdaa9e02 83 83 irc_t *irc = data; 84 84 85 if( irc->status < USTATUS_LOGGED_IN ) 86 return 1; 87 85 88 if( strchr( irc->umode, 'w' ) ) 86 89 irc_write( irc, ":%s WALLOPS :%s", irc->myhost, cmd[1] ); … … 92 95 { 93 96 irc_t *irc = data; 97 98 if( irc->status < USTATUS_LOGGED_IN ) 99 return 1; 94 100 95 101 if( strchr( irc->umode, 's' ) )
Note: See TracChangeset
for help on using the changeset viewer.