- Timestamp:
- 2016-11-21T07:49:26Z (8 years ago)
- Children:
- 7a9d968
- Parents:
- 537d9b9 (diff), 5a8afc3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_im.c
r537d9b9 r3f44e43 1014 1014 if (!(acc = account_get(ic->irc->b, value))) { 1015 1015 return SET_INVALID; 1016 } else if (!acc->prpl->chat_join ) {1016 } else if (!acc->prpl->chat_join && acc->prpl != &protocol_missing) { 1017 1017 irc_rootmsg(ic->irc, "Named chatrooms not supported on that account."); 1018 1018 return SET_INVALID;
Note: See TracChangeset
for help on using the changeset viewer.