Changeset 845 for branches/ithildin-1.1/modules/ircd/commands/npc.c
- Timestamp:
- 06/02/09 19:59:14 (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
r844 r845 89 89 return COMMAND_WEIGHT_LOW; 90 90 } else { 91 if (can_can_nick_client(cli, argv[2]) >= 0 ) {91 if (can_can_nick_client(cli, argv[2]) >= 0 || !check_nickname(argv[2])) { 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.
