[mw-devel] CVS Update at silver.sucs.org: mw
Chris Fry
fry at sucs.org
Fri Jul 26 20:32:47 BST 2002
CVSROOT: /usr/local/src/cvs
Module name: mw
Changes by: fry at silver.sucs.org 02/07/26 20:32:46
Modified files:
src : Makefile Parse.c incoming.c main.c mud.c
newmain.c rooms.c script.c script_inst.c
talker.c talker_privs.c user.c
Log message:
Removed 'talkmode' variable, since this is an exact duplicate of querying
the 'CM_ONCHAT' chatmode flag, and it wasnt consistently updated in a few
places.
Due to the changes above, fixed a problem where a user though they were
still on the BBS prompt, but couldnt log onto the talker. This was caused
when a superuser did a "!user chatmode <user>" and added "+c".
Also fixed a similar issue in scripts, where some scripts could be run
from the BBS when they shouldnt be!
Added new checkonoff broadcasts "-6" and "4" to show chatmode "-c" and "+c"
being done to a user. Before, a user just got told "log off" and "log on"
but it was put forward that these should be different. Easy to change back
if it is deemed completely unuseful.
Neatened up the 'new user' code where it queries if a user is a member of
sucs, for autoregistration.
Removed some unused 'extern'd variables at the start of a few C files.
Chris
More information about the mw-devel
mailing list