mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-01 23:41:57 +02:00
Add Who's Online mod
This commit is contained in:
parent
e475bacdf8
commit
15cf37c55c
7 changed files with 22 additions and 6 deletions
|
@ -484,6 +484,10 @@
|
|||
value: { command: "L" }
|
||||
action: @menu:mainMenuLastCallers
|
||||
}
|
||||
{
|
||||
value: { command: "W" }
|
||||
action: @menu:mainMenuWhosOnline
|
||||
}
|
||||
{
|
||||
value: { command: "Y" }
|
||||
action: @menu:mainMenuUserStats
|
||||
|
@ -512,6 +516,12 @@
|
|||
art: LASTCALL
|
||||
options: { pause: true }
|
||||
}
|
||||
mainMenuWhosOnline: {
|
||||
desc: Who's Online
|
||||
module: whos_online
|
||||
art: WHOSON
|
||||
options: { pause: true }
|
||||
}
|
||||
mainMenuUserStats: {
|
||||
desc: User Stats
|
||||
art: STATUS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue