PennMUSH Community

Changeset 1247

Show
Ignore:
Timestamp:
09/09/08 14:21:25 (3 months ago)
Author:
walker
Message:

Change cbufferadd() to use the mod-lock of a channel.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/branches/devel/src/extchat.c

    r1246 r1247  
    23122312    return; 
    23132313  default: 
    2314     if (!Chan_Can_Cemit(c, executor)) { 
     2314    if (!Chan_Can_Modify(c, executor)) { 
    23152315      safe_str(T(e_perm), buff, bp); 
    23162316    } else if (ChanBufferQ(c) != NULL) {