-
Notifications
You must be signed in to change notification settings - Fork 174
Canonical #limnoria doc
Valentin Lorentz edited this page Nov 10, 2019
·
1 revision
Limnoria has some kind of factoids, specifically designed for our channel (implemented in plugin LimnoriaChan).
There is two kind of factoids:
- %%name : This is a static factoid, that will answer with an URL.
- %%name#argument : This is a dynamic factoid, that will answer with an URL that depends on the argument.
Here is the list:
-
git
: link to the Limnoria Web repository -
git-pl
: link to the ProgVal/Supybot-plugins Web repository -
wiki
: link to this wiki -
issues
: link to Limnoria issue tracker -
issues-pl
: link to ProgVal/Supybot-plugins issue tracker -
supybook
: link to the Supybook
-
git#folder
: link to thefolder
in Limnoria repository -
git-pl#folder
: link to thefolder
in ProgVal/Supybot-plugins repository -
file#filename
: link to thefilename
in Limnoria repository -
file-pl#filename
: link to thefilename
in ProgVal/Supybot-plugins repository -
commit#hash
: link to the commithash
in Limnoria repository -
commit-pl#hash
: link to the commithash
in ProgVal/Supybot-plugins repository -
wiki#page
: link to the Limnoria wikipage
-
issue#id
: link to the issueid
in Limnoria repository -
issue-pl#id
: link to the issueid
in ProgVal/Supybot-plugins repository
You can easily open issues to Limnoria bugtracker: run @issue <Description of the issue>
.