Changeset 844 for branches/ithildin-1.1
- Timestamp:
- 05/12/09 16:22:26 (3 years ago)
- File:
-
- 1 edited
-
branches/ithildin-1.1/modules/ircd/commands/npc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ithildin-1.1/modules/ircd/commands/npc.c
r843 r844 89 89 return COMMAND_WEIGHT_LOW; 90 90 } else { 91 if (can_can_nick_client(cli, argv[2]) ) {91 if (can_can_nick_client(cli, argv[2]) >= 0) { 92 92 sendto_one(cli, "NOTICE", ":NPC name %s is not available for use.", 93 93 argv[2]);
Note: See TracChangeset
for help on using the changeset viewer.
