Changeset ad9ac5d for root_commands.c
- Timestamp:
- 2015-11-23T21:20:34Z (9 years ago)
- Branches:
- master
- Children:
- 1e2094e, 5b01e1a
- Parents:
- 9c8dbc7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
root_commands.c
r9c8dbc7 rad9ac5d 425 425 426 426 if (prpl == NULL) { 427 irc_rootmsg(irc, "Unknown protocol"); 427 if (is_protocol_disabled(cmd[2])) { 428 irc_rootmsg(irc, "Protocol disabled in global config"); 429 } else { 430 irc_rootmsg(irc, "Unknown protocol"); 431 } 428 432 return; 429 433 }
Note: See TracChangeset
for help on using the changeset viewer.