From 79b59f9b30fb6a1fdf8c3efb446271f7cb00d434 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Thu, 7 Dec 2023 21:31:49 +0100 Subject: FICS 1.6.2 --- data/com_help/abort | 1 + data/com_help/accept | 1 + data/com_help/adjourn | 1 + data/com_help/alias | 1 + data/com_help/allobservers | 1 + data/com_help/assess | 1 + data/com_help/bell | 1 + data/com_help/best | 1 + data/com_help/boards | 1 + data/com_help/busy | 1 + data/com_help/censor | 1 + data/com_help/channel | 1 + data/com_help/clearmessages | 1 + data/com_help/commands | 1 + data/com_help/courtesyabort | 1 + data/com_help/cshout | 1 + data/com_help/date | 1 + data/com_help/decline | 1 + data/com_help/draw | 1 + data/com_help/finger | 1 + data/com_help/flag | 1 + data/com_help/games | 1 + data/com_help/hbest | 1 + data/com_help/help | 1 + data/com_help/highlight | 1 + data/com_help/history | 1 + data/com_help/hrank | 1 + data/com_help/inchannel | 1 + data/com_help/it | 1 + data/com_help/kibitz | 1 + data/com_help/llogons | 1 + data/com_help/load | 1 + data/com_help/logons | 1 + data/com_help/logout | 1 + data/com_help/mailhelp | 1 + data/com_help/mailmess | 1 + data/com_help/mailmoves | 1 + data/com_help/mailoldmoves | 1 + data/com_help/mailsource | 1 + data/com_help/makelinks.sh | 82 +++++++++++++++++++++++++++++++++++++++++++++ data/com_help/match | 1 + data/com_help/messages | 1 + data/com_help/moretime | 1 + data/com_help/moves | 1 + data/com_help/notify | 1 + data/com_help/observe | 1 + data/com_help/oldmoves | 1 + data/com_help/open | 1 + data/com_help/password | 1 + data/com_help/pause | 1 + data/com_help/pending | 1 + data/com_help/promote | 1 + data/com_help/quit | 1 + data/com_help/rank | 1 + data/com_help/refresh | 1 + data/com_help/resign | 1 + data/com_help/say | 1 + data/com_help/servers | 1 + data/com_help/set | 1 + data/com_help/shout | 1 + data/com_help/simabort | 1 + data/com_help/simgames | 1 + data/com_help/simmatch | 1 + data/com_help/simnext | 1 + data/com_help/simopen | 1 + data/com_help/simpass | 1 + data/com_help/smoves | 1 + data/com_help/sposition | 1 + data/com_help/statistics | 1 + data/com_help/stored | 1 + data/com_help/style | 1 + data/com_help/switch | 1 + data/com_help/takeback | 1 + data/com_help/tell | 1 + data/com_help/time | 1 + data/com_help/unalias | 1 + data/com_help/uncensor | 1 + data/com_help/unpause | 1 + data/com_help/uptime | 1 + data/com_help/variables | 1 + data/com_help/whisper | 1 + data/com_help/who | 1 + data/com_help/withdraw | 1 + data/com_help/znotify | 1 + 84 files changed, 165 insertions(+) create mode 120000 data/com_help/abort create mode 120000 data/com_help/accept create mode 120000 data/com_help/adjourn create mode 120000 data/com_help/alias create mode 120000 data/com_help/allobservers create mode 120000 data/com_help/assess create mode 120000 data/com_help/bell create mode 120000 data/com_help/best create mode 120000 data/com_help/boards create mode 120000 data/com_help/busy create mode 120000 data/com_help/censor create mode 120000 data/com_help/channel create mode 120000 data/com_help/clearmessages create mode 120000 data/com_help/commands create mode 120000 data/com_help/courtesyabort create mode 120000 data/com_help/cshout create mode 120000 data/com_help/date create mode 120000 data/com_help/decline create mode 120000 data/com_help/draw create mode 120000 data/com_help/finger create mode 120000 data/com_help/flag create mode 120000 data/com_help/games create mode 120000 data/com_help/hbest create mode 120000 data/com_help/help create mode 120000 data/com_help/highlight create mode 120000 data/com_help/history create mode 120000 data/com_help/hrank create mode 120000 data/com_help/inchannel create mode 120000 data/com_help/it create mode 120000 data/com_help/kibitz create mode 120000 data/com_help/llogons create mode 120000 data/com_help/load create mode 120000 data/com_help/logons create mode 120000 data/com_help/logout create mode 120000 data/com_help/mailhelp create mode 120000 data/com_help/mailmess create mode 120000 data/com_help/mailmoves create mode 120000 data/com_help/mailoldmoves create mode 120000 data/com_help/mailsource create mode 100755 data/com_help/makelinks.sh create mode 120000 data/com_help/match create mode 120000 data/com_help/messages create mode 120000 data/com_help/moretime create mode 120000 data/com_help/moves create mode 120000 data/com_help/notify create mode 120000 data/com_help/observe create mode 120000 data/com_help/oldmoves create mode 120000 data/com_help/open create mode 120000 data/com_help/password create mode 120000 data/com_help/pause create mode 120000 data/com_help/pending create mode 120000 data/com_help/promote create mode 120000 data/com_help/quit create mode 120000 data/com_help/rank create mode 120000 data/com_help/refresh create mode 120000 data/com_help/resign create mode 120000 data/com_help/say create mode 120000 data/com_help/servers create mode 120000 data/com_help/set create mode 120000 data/com_help/shout create mode 120000 data/com_help/simabort create mode 120000 data/com_help/simgames create mode 120000 data/com_help/simmatch create mode 120000 data/com_help/simnext create mode 120000 data/com_help/simopen create mode 120000 data/com_help/simpass create mode 120000 data/com_help/smoves create mode 120000 data/com_help/sposition create mode 120000 data/com_help/statistics create mode 120000 data/com_help/stored create mode 120000 data/com_help/style create mode 120000 data/com_help/switch create mode 120000 data/com_help/takeback create mode 120000 data/com_help/tell create mode 120000 data/com_help/time create mode 120000 data/com_help/unalias create mode 120000 data/com_help/uncensor create mode 120000 data/com_help/unpause create mode 120000 data/com_help/uptime create mode 120000 data/com_help/variables create mode 120000 data/com_help/whisper create mode 120000 data/com_help/who create mode 120000 data/com_help/withdraw create mode 120000 data/com_help/znotify (limited to 'data/com_help') diff --git a/data/com_help/abort b/data/com_help/abort new file mode 120000 index 0000000..419dc6c --- /dev/null +++ b/data/com_help/abort @@ -0,0 +1 @@ +../help/abort \ No newline at end of file diff --git a/data/com_help/accept b/data/com_help/accept new file mode 120000 index 0000000..b922d38 --- /dev/null +++ b/data/com_help/accept @@ -0,0 +1 @@ +../help/accept \ No newline at end of file diff --git a/data/com_help/adjourn b/data/com_help/adjourn new file mode 120000 index 0000000..2bb6109 --- /dev/null +++ b/data/com_help/adjourn @@ -0,0 +1 @@ +../help/adjourn \ No newline at end of file diff --git a/data/com_help/alias b/data/com_help/alias new file mode 120000 index 0000000..19e472c --- /dev/null +++ b/data/com_help/alias @@ -0,0 +1 @@ +../help/alias \ No newline at end of file diff --git a/data/com_help/allobservers b/data/com_help/allobservers new file mode 120000 index 0000000..1577122 --- /dev/null +++ b/data/com_help/allobservers @@ -0,0 +1 @@ +../help/allobservers \ No newline at end of file diff --git a/data/com_help/assess b/data/com_help/assess new file mode 120000 index 0000000..abe4665 --- /dev/null +++ b/data/com_help/assess @@ -0,0 +1 @@ +../help/assess \ No newline at end of file diff --git a/data/com_help/bell b/data/com_help/bell new file mode 120000 index 0000000..9acd4b7 --- /dev/null +++ b/data/com_help/bell @@ -0,0 +1 @@ +../help/bell \ No newline at end of file diff --git a/data/com_help/best b/data/com_help/best new file mode 120000 index 0000000..78299da --- /dev/null +++ b/data/com_help/best @@ -0,0 +1 @@ +../help/best \ No newline at end of file diff --git a/data/com_help/boards b/data/com_help/boards new file mode 120000 index 0000000..2337fd0 --- /dev/null +++ b/data/com_help/boards @@ -0,0 +1 @@ +../help/boards \ No newline at end of file diff --git a/data/com_help/busy b/data/com_help/busy new file mode 120000 index 0000000..a474d54 --- /dev/null +++ b/data/com_help/busy @@ -0,0 +1 @@ +../help/busy \ No newline at end of file diff --git a/data/com_help/censor b/data/com_help/censor new file mode 120000 index 0000000..daca166 --- /dev/null +++ b/data/com_help/censor @@ -0,0 +1 @@ +../help/censor \ No newline at end of file diff --git a/data/com_help/channel b/data/com_help/channel new file mode 120000 index 0000000..5bca623 --- /dev/null +++ b/data/com_help/channel @@ -0,0 +1 @@ +../help/channel \ No newline at end of file diff --git a/data/com_help/clearmessages b/data/com_help/clearmessages new file mode 120000 index 0000000..166a6d7 --- /dev/null +++ b/data/com_help/clearmessages @@ -0,0 +1 @@ +../help/clearmessages \ No newline at end of file diff --git a/data/com_help/commands b/data/com_help/commands new file mode 120000 index 0000000..fc097e2 --- /dev/null +++ b/data/com_help/commands @@ -0,0 +1 @@ +../help/commands \ No newline at end of file diff --git a/data/com_help/courtesyabort b/data/com_help/courtesyabort new file mode 120000 index 0000000..9c9976f --- /dev/null +++ b/data/com_help/courtesyabort @@ -0,0 +1 @@ +../help/courtesyabort \ No newline at end of file diff --git a/data/com_help/cshout b/data/com_help/cshout new file mode 120000 index 0000000..427b50c --- /dev/null +++ b/data/com_help/cshout @@ -0,0 +1 @@ +../help/cshout \ No newline at end of file diff --git a/data/com_help/date b/data/com_help/date new file mode 120000 index 0000000..9fab2e9 --- /dev/null +++ b/data/com_help/date @@ -0,0 +1 @@ +../help/date \ No newline at end of file diff --git a/data/com_help/decline b/data/com_help/decline new file mode 120000 index 0000000..9584f79 --- /dev/null +++ b/data/com_help/decline @@ -0,0 +1 @@ +../help/decline \ No newline at end of file diff --git a/data/com_help/draw b/data/com_help/draw new file mode 120000 index 0000000..c86823d --- /dev/null +++ b/data/com_help/draw @@ -0,0 +1 @@ +../help/draw \ No newline at end of file diff --git a/data/com_help/finger b/data/com_help/finger new file mode 120000 index 0000000..7976350 --- /dev/null +++ b/data/com_help/finger @@ -0,0 +1 @@ +../help/finger \ No newline at end of file diff --git a/data/com_help/flag b/data/com_help/flag new file mode 120000 index 0000000..9a26c0e --- /dev/null +++ b/data/com_help/flag @@ -0,0 +1 @@ +../help/flag \ No newline at end of file diff --git a/data/com_help/games b/data/com_help/games new file mode 120000 index 0000000..3019726 --- /dev/null +++ b/data/com_help/games @@ -0,0 +1 @@ +../help/games \ No newline at end of file diff --git a/data/com_help/hbest b/data/com_help/hbest new file mode 120000 index 0000000..acdbbac --- /dev/null +++ b/data/com_help/hbest @@ -0,0 +1 @@ +../help/hbest \ No newline at end of file diff --git a/data/com_help/help b/data/com_help/help new file mode 120000 index 0000000..69c6155 --- /dev/null +++ b/data/com_help/help @@ -0,0 +1 @@ +../help/help \ No newline at end of file diff --git a/data/com_help/highlight b/data/com_help/highlight new file mode 120000 index 0000000..d174a11 --- /dev/null +++ b/data/com_help/highlight @@ -0,0 +1 @@ +../help/highlight \ No newline at end of file diff --git a/data/com_help/history b/data/com_help/history new file mode 120000 index 0000000..cffe0ac --- /dev/null +++ b/data/com_help/history @@ -0,0 +1 @@ +../help/history \ No newline at end of file diff --git a/data/com_help/hrank b/data/com_help/hrank new file mode 120000 index 0000000..f4f39f0 --- /dev/null +++ b/data/com_help/hrank @@ -0,0 +1 @@ +../help/hrank \ No newline at end of file diff --git a/data/com_help/inchannel b/data/com_help/inchannel new file mode 120000 index 0000000..1634f94 --- /dev/null +++ b/data/com_help/inchannel @@ -0,0 +1 @@ +../help/inchannel \ No newline at end of file diff --git a/data/com_help/it b/data/com_help/it new file mode 120000 index 0000000..ec40ca0 --- /dev/null +++ b/data/com_help/it @@ -0,0 +1 @@ +../help/it \ No newline at end of file diff --git a/data/com_help/kibitz b/data/com_help/kibitz new file mode 120000 index 0000000..3b0dd41 --- /dev/null +++ b/data/com_help/kibitz @@ -0,0 +1 @@ +../help/kibitz \ No newline at end of file diff --git a/data/com_help/llogons b/data/com_help/llogons new file mode 120000 index 0000000..a1e080e --- /dev/null +++ b/data/com_help/llogons @@ -0,0 +1 @@ +../help/llogons \ No newline at end of file diff --git a/data/com_help/load b/data/com_help/load new file mode 120000 index 0000000..73acbd3 --- /dev/null +++ b/data/com_help/load @@ -0,0 +1 @@ +../help/load \ No newline at end of file diff --git a/data/com_help/logons b/data/com_help/logons new file mode 120000 index 0000000..fc18830 --- /dev/null +++ b/data/com_help/logons @@ -0,0 +1 @@ +../help/logons \ No newline at end of file diff --git a/data/com_help/logout b/data/com_help/logout new file mode 120000 index 0000000..a327338 --- /dev/null +++ b/data/com_help/logout @@ -0,0 +1 @@ +../messages/logout \ No newline at end of file diff --git a/data/com_help/mailhelp b/data/com_help/mailhelp new file mode 120000 index 0000000..c9d51d4 --- /dev/null +++ b/data/com_help/mailhelp @@ -0,0 +1 @@ +../help/mailhelp \ No newline at end of file diff --git a/data/com_help/mailmess b/data/com_help/mailmess new file mode 120000 index 0000000..8355169 --- /dev/null +++ b/data/com_help/mailmess @@ -0,0 +1 @@ +../help/mailmess \ No newline at end of file diff --git a/data/com_help/mailmoves b/data/com_help/mailmoves new file mode 120000 index 0000000..95b20a5 --- /dev/null +++ b/data/com_help/mailmoves @@ -0,0 +1 @@ +../help/mailmoves \ No newline at end of file diff --git a/data/com_help/mailoldmoves b/data/com_help/mailoldmoves new file mode 120000 index 0000000..5e270d8 --- /dev/null +++ b/data/com_help/mailoldmoves @@ -0,0 +1 @@ +../help/mailoldmoves \ No newline at end of file diff --git a/data/com_help/mailsource b/data/com_help/mailsource new file mode 120000 index 0000000..afae9cf --- /dev/null +++ b/data/com_help/mailsource @@ -0,0 +1 @@ +../help/mailsource \ No newline at end of file diff --git a/data/com_help/makelinks.sh b/data/com_help/makelinks.sh new file mode 100755 index 0000000..9b20e03 --- /dev/null +++ b/data/com_help/makelinks.sh @@ -0,0 +1,82 @@ +ln -s ../help/abort abort +ln -s ../help/accept accept +ln -s ../help/adjourn adjourn +ln -s ../help/alias alias +ln -s ../help/allobservers allobservers +ln -s ../help/assess assess +ln -s ../help/bell bell +ln -s ../help/best best +ln -s ../help/boards boards +ln -s ../help/busy busy +ln -s ../help/censor censor +ln -s ../help/channel channel +ln -s ../help/clearmessages clearmessages +ln -s ../help/commands commands +ln -s ../help/courtesyabort courtesyabort +ln -s ../help/cshout cshout +ln -s ../help/date date +ln -s ../help/decline decline +ln -s ../help/draw draw +ln -s ../help/finger finger +ln -s ../help/flag flag +ln -s ../help/games games +ln -s ../help/hbest hbest +ln -s ../help/help help +ln -s ../help/highlight highlight +ln -s ../help/history history +ln -s ../help/hrank hrank +ln -s ../help/inchannel inchannel +ln -s ../help/it it +ln -s ../help/kibitz kibitz +ln -s ../help/llogons llogons +ln -s ../help/load load +ln -s ../help/logons logons +ln -s ../help/mailhelp mailhelp +ln -s ../help/mailmess mailmess +ln -s ../help/mailmoves mailmoves +ln -s ../help/mailoldmoves mailoldmoves +ln -s ../help/mailsource mailsource +ln -s ../help/match match +ln -s ../help/messages messages +ln -s ../help/moretime moretime +ln -s ../help/moves moves +ln -s ../help/notify notify +ln -s ../help/observe observe +ln -s ../help/oldmoves oldmoves +ln -s ../help/open open +ln -s ../help/password password +ln -s ../help/pause pause +ln -s ../help/pending pending +ln -s ../help/promote promote +ln -s ../help/quit quit +ln -s ../help/rank rank +ln -s ../help/refresh refresh +ln -s ../help/resign resign +ln -s ../help/say say +ln -s ../help/servers servers +ln -s ../help/set set +ln -s ../help/shout shout +ln -s ../help/simabort simabort +ln -s ../help/simgames simgames +ln -s ../help/simmatch simmatch +ln -s ../help/simnext simnext +ln -s ../help/simopen simopen +ln -s ../help/simpass simpass +ln -s ../help/smoves smoves +ln -s ../help/sposition sposition +ln -s ../help/statistics statistics +ln -s ../help/stored stored +ln -s ../help/style style +ln -s ../help/switch switch +ln -s ../help/takeback takeback +ln -s ../help/tell tell +ln -s ../help/time time +ln -s ../help/unalias unalias +ln -s ../help/uncensor uncensor +ln -s ../help/unpause unpause +ln -s ../help/uptime uptime +ln -s ../help/variables variables +ln -s ../help/whisper whisper +ln -s ../help/who who +ln -s ../help/withdraw withdraw +ln -s ../help/znotify znotify diff --git a/data/com_help/match b/data/com_help/match new file mode 120000 index 0000000..a8e1f21 --- /dev/null +++ b/data/com_help/match @@ -0,0 +1 @@ +../help/match \ No newline at end of file diff --git a/data/com_help/messages b/data/com_help/messages new file mode 120000 index 0000000..8d61813 --- /dev/null +++ b/data/com_help/messages @@ -0,0 +1 @@ +../help/messages \ No newline at end of file diff --git a/data/com_help/moretime b/data/com_help/moretime new file mode 120000 index 0000000..f46ba0a --- /dev/null +++ b/data/com_help/moretime @@ -0,0 +1 @@ +../help/moretime \ No newline at end of file diff --git a/data/com_help/moves b/data/com_help/moves new file mode 120000 index 0000000..dc9dce6 --- /dev/null +++ b/data/com_help/moves @@ -0,0 +1 @@ +../help/moves \ No newline at end of file diff --git a/data/com_help/notify b/data/com_help/notify new file mode 120000 index 0000000..c2c6c66 --- /dev/null +++ b/data/com_help/notify @@ -0,0 +1 @@ +../help/notify \ No newline at end of file diff --git a/data/com_help/observe b/data/com_help/observe new file mode 120000 index 0000000..7e3206f --- /dev/null +++ b/data/com_help/observe @@ -0,0 +1 @@ +../help/observe \ No newline at end of file diff --git a/data/com_help/oldmoves b/data/com_help/oldmoves new file mode 120000 index 0000000..42405e0 --- /dev/null +++ b/data/com_help/oldmoves @@ -0,0 +1 @@ +../help/oldmoves \ No newline at end of file diff --git a/data/com_help/open b/data/com_help/open new file mode 120000 index 0000000..395a31d --- /dev/null +++ b/data/com_help/open @@ -0,0 +1 @@ +../help/open \ No newline at end of file diff --git a/data/com_help/password b/data/com_help/password new file mode 120000 index 0000000..060ccd5 --- /dev/null +++ b/data/com_help/password @@ -0,0 +1 @@ +../help/password \ No newline at end of file diff --git a/data/com_help/pause b/data/com_help/pause new file mode 120000 index 0000000..fd78255 --- /dev/null +++ b/data/com_help/pause @@ -0,0 +1 @@ +../help/pause \ No newline at end of file diff --git a/data/com_help/pending b/data/com_help/pending new file mode 120000 index 0000000..9d8f3d0 --- /dev/null +++ b/data/com_help/pending @@ -0,0 +1 @@ +../help/pending \ No newline at end of file diff --git a/data/com_help/promote b/data/com_help/promote new file mode 120000 index 0000000..f746492 --- /dev/null +++ b/data/com_help/promote @@ -0,0 +1 @@ +../help/promote \ No newline at end of file diff --git a/data/com_help/quit b/data/com_help/quit new file mode 120000 index 0000000..bf49d04 --- /dev/null +++ b/data/com_help/quit @@ -0,0 +1 @@ +../help/quit \ No newline at end of file diff --git a/data/com_help/rank b/data/com_help/rank new file mode 120000 index 0000000..0d61a57 --- /dev/null +++ b/data/com_help/rank @@ -0,0 +1 @@ +../help/rank \ No newline at end of file diff --git a/data/com_help/refresh b/data/com_help/refresh new file mode 120000 index 0000000..b231cfc --- /dev/null +++ b/data/com_help/refresh @@ -0,0 +1 @@ +../help/refresh \ No newline at end of file diff --git a/data/com_help/resign b/data/com_help/resign new file mode 120000 index 0000000..3d2674e --- /dev/null +++ b/data/com_help/resign @@ -0,0 +1 @@ +../help/resign \ No newline at end of file diff --git a/data/com_help/say b/data/com_help/say new file mode 120000 index 0000000..d47cd0f --- /dev/null +++ b/data/com_help/say @@ -0,0 +1 @@ +../help/say \ No newline at end of file diff --git a/data/com_help/servers b/data/com_help/servers new file mode 120000 index 0000000..fa30b11 --- /dev/null +++ b/data/com_help/servers @@ -0,0 +1 @@ +../help/servers \ No newline at end of file diff --git a/data/com_help/set b/data/com_help/set new file mode 120000 index 0000000..dd108c7 --- /dev/null +++ b/data/com_help/set @@ -0,0 +1 @@ +../help/set \ No newline at end of file diff --git a/data/com_help/shout b/data/com_help/shout new file mode 120000 index 0000000..5bc4db4 --- /dev/null +++ b/data/com_help/shout @@ -0,0 +1 @@ +../help/shout \ No newline at end of file diff --git a/data/com_help/simabort b/data/com_help/simabort new file mode 120000 index 0000000..3223ffd --- /dev/null +++ b/data/com_help/simabort @@ -0,0 +1 @@ +../help/simabort \ No newline at end of file diff --git a/data/com_help/simgames b/data/com_help/simgames new file mode 120000 index 0000000..52327ba --- /dev/null +++ b/data/com_help/simgames @@ -0,0 +1 @@ +../help/simgames \ No newline at end of file diff --git a/data/com_help/simmatch b/data/com_help/simmatch new file mode 120000 index 0000000..f2f46e3 --- /dev/null +++ b/data/com_help/simmatch @@ -0,0 +1 @@ +../help/simmatch \ No newline at end of file diff --git a/data/com_help/simnext b/data/com_help/simnext new file mode 120000 index 0000000..d8f84d9 --- /dev/null +++ b/data/com_help/simnext @@ -0,0 +1 @@ +../help/simnext \ No newline at end of file diff --git a/data/com_help/simopen b/data/com_help/simopen new file mode 120000 index 0000000..fcc9357 --- /dev/null +++ b/data/com_help/simopen @@ -0,0 +1 @@ +../help/simopen \ No newline at end of file diff --git a/data/com_help/simpass b/data/com_help/simpass new file mode 120000 index 0000000..9148e5b --- /dev/null +++ b/data/com_help/simpass @@ -0,0 +1 @@ +../help/simpass \ No newline at end of file diff --git a/data/com_help/smoves b/data/com_help/smoves new file mode 120000 index 0000000..be0f30e --- /dev/null +++ b/data/com_help/smoves @@ -0,0 +1 @@ +../help/smoves \ No newline at end of file diff --git a/data/com_help/sposition b/data/com_help/sposition new file mode 120000 index 0000000..6b2db9c --- /dev/null +++ b/data/com_help/sposition @@ -0,0 +1 @@ +../help/sposition \ No newline at end of file diff --git a/data/com_help/statistics b/data/com_help/statistics new file mode 120000 index 0000000..de8d807 --- /dev/null +++ b/data/com_help/statistics @@ -0,0 +1 @@ +../help/statistics \ No newline at end of file diff --git a/data/com_help/stored b/data/com_help/stored new file mode 120000 index 0000000..b6091ae --- /dev/null +++ b/data/com_help/stored @@ -0,0 +1 @@ +../help/stored \ No newline at end of file diff --git a/data/com_help/style b/data/com_help/style new file mode 120000 index 0000000..92485c1 --- /dev/null +++ b/data/com_help/style @@ -0,0 +1 @@ +../help/style \ No newline at end of file diff --git a/data/com_help/switch b/data/com_help/switch new file mode 120000 index 0000000..85ba278 --- /dev/null +++ b/data/com_help/switch @@ -0,0 +1 @@ +../help/switch \ No newline at end of file diff --git a/data/com_help/takeback b/data/com_help/takeback new file mode 120000 index 0000000..9096281 --- /dev/null +++ b/data/com_help/takeback @@ -0,0 +1 @@ +../help/takeback \ No newline at end of file diff --git a/data/com_help/tell b/data/com_help/tell new file mode 120000 index 0000000..b377fe2 --- /dev/null +++ b/data/com_help/tell @@ -0,0 +1 @@ +../help/tell \ No newline at end of file diff --git a/data/com_help/time b/data/com_help/time new file mode 120000 index 0000000..c556b0c --- /dev/null +++ b/data/com_help/time @@ -0,0 +1 @@ +../help/time \ No newline at end of file diff --git a/data/com_help/unalias b/data/com_help/unalias new file mode 120000 index 0000000..696c266 --- /dev/null +++ b/data/com_help/unalias @@ -0,0 +1 @@ +../help/unalias \ No newline at end of file diff --git a/data/com_help/uncensor b/data/com_help/uncensor new file mode 120000 index 0000000..cd87c11 --- /dev/null +++ b/data/com_help/uncensor @@ -0,0 +1 @@ +../help/uncensor \ No newline at end of file diff --git a/data/com_help/unpause b/data/com_help/unpause new file mode 120000 index 0000000..edffaad --- /dev/null +++ b/data/com_help/unpause @@ -0,0 +1 @@ +../help/unpause \ No newline at end of file diff --git a/data/com_help/uptime b/data/com_help/uptime new file mode 120000 index 0000000..dab392a --- /dev/null +++ b/data/com_help/uptime @@ -0,0 +1 @@ +../help/uptime \ No newline at end of file diff --git a/data/com_help/variables b/data/com_help/variables new file mode 120000 index 0000000..92ded41 --- /dev/null +++ b/data/com_help/variables @@ -0,0 +1 @@ +../help/variables \ No newline at end of file diff --git a/data/com_help/whisper b/data/com_help/whisper new file mode 120000 index 0000000..c4aed55 --- /dev/null +++ b/data/com_help/whisper @@ -0,0 +1 @@ +../help/whisper \ No newline at end of file diff --git a/data/com_help/who b/data/com_help/who new file mode 120000 index 0000000..1f1c1fc --- /dev/null +++ b/data/com_help/who @@ -0,0 +1 @@ +../help/who \ No newline at end of file diff --git a/data/com_help/withdraw b/data/com_help/withdraw new file mode 120000 index 0000000..6df84c4 --- /dev/null +++ b/data/com_help/withdraw @@ -0,0 +1 @@ +../help/withdraw \ No newline at end of file diff --git a/data/com_help/znotify b/data/com_help/znotify new file mode 120000 index 0000000..ee591f6 --- /dev/null +++ b/data/com_help/znotify @@ -0,0 +1 @@ +../help/znotify \ No newline at end of file -- cgit v1.2.3