Changeset 0e639f5
- Timestamp:
- 2008-08-31T09:13:56Z (16 years ago)
- Branches:
- master
- Children:
- 39f93f0
- Parents:
- e7bc722
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
chat.c
re7bc722 r0e639f5 32 32 33 33 if( !chat_chanok( channel ) ) 34 return NULL; 35 36 if( chat_chancmp( channel, irc->channel ) == 0 ) 34 37 return NULL; 35 38 -
root_commands.c
re7bc722 r0e639f5 302 302 303 303 /* 304 FIXME: Make these work again. Probably a gross hack. 305 304 306 if( a->ic && s && s->flags & ACC_SET_OFFLINE_ONLY ) 305 307 {
Note: See TracChangeset
for help on using the changeset viewer.