Changeset 844 for branches/ithildin-1.1


Ignore:
Timestamp:
05/12/09 16:22:26 (3 years ago)
Author:
wd
Message:

Fingers. Fat.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ithildin-1.1/modules/ircd/commands/npc.c

    r843 r844  
    8989        return COMMAND_WEIGHT_LOW; 
    9090    } else { 
    91         if (can_can_nick_client(cli, argv[2])) { 
     91        if (can_can_nick_client(cli, argv[2]) >= 0) { 
    9292            sendto_one(cli, "NOTICE", ":NPC name %s is not available for use.", 
    9393                       argv[2]); 
Note: See TracChangeset for help on using the changeset viewer.