summaryrefslogtreecommitdiffstats
path: root/mbbsd/edit.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-19 14:08:33 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-19 14:08:33 +0800
commitb39e47ccda20991d9f3915f58bab633148405f6e (patch)
tree85d77ef381ed18b6f6698e83b25f25dbbd211091 /mbbsd/edit.c
parentd4b51792897d7f5244eb10c2984003a72c89e195 (diff)
downloadpttbbs-b39e47ccda20991d9f3915f58bab633148405f6e.tar
pttbbs-b39e47ccda20991d9f3915f58bab633148405f6e.tar.gz
pttbbs-b39e47ccda20991d9f3915f58bab633148405f6e.tar.bz2
pttbbs-b39e47ccda20991d9f3915f58bab633148405f6e.tar.lz
pttbbs-b39e47ccda20991d9f3915f58bab633148405f6e.tar.xz
pttbbs-b39e47ccda20991d9f3915f58bab633148405f6e.tar.zst
pttbbs-b39e47ccda20991d9f3915f58bab633148405f6e.zip
- bbslua: change userid() to variable, add usernick, restrict more on lastref.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3844 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/edit.c')
-rw-r--r--mbbsd/edit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mbbsd/edit.c b/mbbsd/edit.c
index 6614d67a..d4fa650f 100644
--- a/mbbsd/edit.c
+++ b/mbbsd/edit.c
@@ -2079,7 +2079,8 @@ static const char *luaBbs[] = {
"clrtobot", "clrtoeol", "color", "ctime", "getch","getdata",
"getmaxyx", "getstr", "getyx", "interface", "kball", "kbhit", "kbreset",
"move", "moverel", "now", "outs", "pause", "print", "rect", "refresh",
- "setattr", "sitename", "sleep", "strip_ansi", "time", "title", "userid",
+ "setattr", "sitename", "sleep", "strip_ansi", "time", "title",
+ "userid", "usernick",
NULL
};