Changes in irc_im.c [5a8afc3:30093fa]
Legend:
- Unmodified
- Added
- Removed
-
irc_im.c
r5a8afc3 r30093fa 1014 1014 if (!(acc = account_get(ic->irc->b, value))) { 1015 1015 return SET_INVALID; 1016 } else if (!acc->prpl->chat_join && acc->prpl != &protocol_missing) {1016 } else if (!acc->prpl->chat_join) { 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.