[mw-devel] MW3 r1040 - trunk/src
welshbyte at sucs.org
welshbyte at sucs.org
Mon Jun 16 19:49:49 BST 2008
Author: welshbyte
Date: 2008-06-16 19:49:49 +0100 (Mon, 16 Jun 2008)
New Revision: 1040
Modified:
trunk/src/user.c
Log:
Enable tab completion by default. Fixes #30
Modified: trunk/src/user.c
===================================================================
--- trunk/src/user.c 2008-06-16 16:22:09 UTC (rev 1039)
+++ trunk/src/user.c 2008-06-16 18:49:49 UTC (rev 1040)
@@ -271,8 +271,8 @@
tmp->colour=0;
/* clear all statuses */
tmp->status=0;
- /* remove special privs too */
- tmp->special=0;
+ /* enable tab completion special only */
+ tmp->special=(1<<12);
/* not registered to any groups as standard */
tmp->groups=0;
/* first login time to now */
More information about the mw-devel
mailing list