[mw-devel] MW3 r1171 - in trunk: help src
cmckenna at sucs.org
cmckenna at sucs.org
Mon Aug 9 00:35:38 BST 2010
Author: cmckenna
Date: 2010-08-09 00:35:38 +0100 (Mon, 09 Aug 2010)
New Revision: 1171
Modified:
trunk/help/timeout
trunk/src/newmain.c
Log:
Updated the help text for !timeout (still referred to the long-gone maximum
timeout being 3 hours. This shouldn't be rolled out until #56 is fixed.
Also updated my line in the credits (added "ideas" and "bug finding")
Modified: trunk/help/timeout
===================================================================
--- trunk/help/timeout 2010-08-04 08:44:39 UTC (rev 1170)
+++ trunk/help/timeout 2010-08-08 23:35:38 UTC (rev 1171)
@@ -7,9 +7,11 @@
[1mDESCRIPTION[0m
This command sets the amount of time you remain logged on and idle before
automatic disconnection. This can be no shorter than 10 minutes (600
- secs) and no longer than 3 hours (10800). The timeout can be disabled
- (0 secs), but only by system administrators.
+ secs). System administrators can disable the timeout (on a per-user
+ basis) by setting a value of 0 seconds.
+ The default value is 24 hours.
[4mTIME[0m
- Time in seconds you can remain idle.
+ Time in you can remain idle. In seconds unless specified as d(ays),
+ h(ours) or (m)inutes).
Modified: trunk/src/newmain.c
===================================================================
--- trunk/src/newmain.c 2010-08-04 08:44:39 UTC (rev 1170)
+++ trunk/src/newmain.c 2010-08-08 23:35:38 UTC (rev 1171)
@@ -792,7 +792,7 @@
printf("Fry (all those useful things that everyone seems to use, and MUD rooms),\n");
printf("Finnw (I/O multiplexing, dynamic hash tables),\n");
printf("FireFury (debugging code, IPC abstraction),\n");
- printf("Cmckenna (MUD rooms, gag filters, help text updates),\n");
+ printf("Cmckenna (MUD rooms, gag filters, help text updates, ideas (occasionally good ones), bug finding),\n");
printf("Dez (man page style help, ideas, testing),\n");
printf("Pwb (RPM packaging, UTF-8 compatibility hacks),\n");
printf("Psycodom (Fixups for IPC, JS, locale conversions, buffer overflows)\n");
More information about the mw-devel
mailing list