mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-22 10:29:25 +01:00
Relaybot: fix markdown syntax & typo.
This commit is contained in:
parent
f528dbd216
commit
0da64ed04f
@ -9,11 +9,25 @@ Ignoring nonimportant messages from RelayBot
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<p>RelayBot is the bot which relays between #supybot at freenode and oftc. It is currently using the [LinkRelay] plugin to do this.</p>
|
<p>RelayBot is the bot which relays between #supybot at freenode and oftc. It is currently using the <a href="https://github.com/ProgVal/Supybot-plugins/tree/master/LinkRelay">LinkRelay</a> plugin to do this.</p>
|
||||||
<p>It's sometimes considered as annoyance as it has lately mostly spammed with join (part messages aren't working, because of a bug (2014-06-23)) messages of people who usually say nothing and this is why this page is here to tell how to ignore it on various client.</p>
|
<p>It's sometimes considered as annoyance as it has lately mostly spammed with join (part messages aren't working, because of a bug (2014-06-23)) messages of people who usually say nothing and this is why this page is here to tell how to ignore it on various client.</p>
|
||||||
<p>We encourage you to ignore only notices from RelayBot instead of everything as there are people whom should be heard at OFTC (mainly main Supybot developer).</p>
|
<p>We encourage you to ignore only notices from RelayBot instead of everything as there are people whom should be heard at OFTC (mainly main Supybot developer).</p>
|
||||||
<p>Related links: * <a href="https://github.com/ProgVal/Supybot-plugins/tree/master/LinkRelay">LinkRelay plugin</a> * <a href="https://github.com/ProgVal/Supybot-plugins/issues/66">Feature request for smart filtering of joins/quits/parts</a></p>
|
<p>Related links:</p>
|
||||||
<p>Hostmask of RelayBot on 2014-06-23: * RelayBot!progval@pdpc/supporter/student/progval * This is absolute hostmask * RelayBot<em>!</em><span class="citation">@pdpc/supporter/student/progval</span> * This is recommended hostmask as it matches RelayBot even if it cannot use it's primary nickname or networks cannot connect to it's identd.</p>
|
<ul class="incremental">
|
||||||
|
<li><a href="https://github.com/ProgVal/Supybot-plugins/tree/master/LinkRelay">LinkRelay plugin</a></li>
|
||||||
|
<li><a href="https://github.com/ProgVal/Supybot-plugins/issues/66">Feature request for smart filtering of joins/quits/parts</a></li>
|
||||||
|
</ul>
|
||||||
|
<p>Hostmask of RelayBot on 2014-06-23:</p>
|
||||||
|
<ul class="incremental">
|
||||||
|
<li>RelayBot!progval@pdpc/supporter/student/progval
|
||||||
|
<ul class="incremental">
|
||||||
|
<li>This is absolute hostmask</li>
|
||||||
|
</ul></li>
|
||||||
|
<li>RelayBot<em>!</em><span class="citation">@pdpc/supporter/student/progval</span>
|
||||||
|
<ul class="incremental">
|
||||||
|
<li>This is recommended hostmask as it matches RelayBot even if it cannot use it's primary nickname or networks cannot connect to it's identd.</li>
|
||||||
|
</ul></li>
|
||||||
|
</ul>
|
||||||
<h2 id="linkinus">Linkinus</h2>
|
<h2 id="linkinus">Linkinus</h2>
|
||||||
<p>According to another person, there is a GUI where you can easily ignore notices from specific hostmask.</p>
|
<p>According to another person, there is a GUI where you can easily ignore notices from specific hostmask.</p>
|
||||||
<h2 id="weechat">WeeChat</h2>
|
<h2 id="weechat">WeeChat</h2>
|
||||||
@ -21,7 +35,7 @@ Ignoring nonimportant messages from RelayBot
|
|||||||
<p>This creates a new filter with the name "relaybotnotices" which filters all notices from the nickname "RelayBot".</p>
|
<p>This creates a new filter with the name "relaybotnotices" which filters all notices from the nickname "RelayBot".</p>
|
||||||
<hr/>
|
<hr/>
|
||||||
|
|
||||||
<p>This page is very likely missing many IRC clients. Could you <a href="https://github.com/mkaysi/limnoria/issues">open issues</a> about how to do this with IRC clients that aren't mentioneed here?</p>
|
<p>This page is very likely missing many IRC clients. Could you <a href="https://github.com/mkaysi/limnoria/issues">open issues</a> about how to do this with IRC clients that aren't mentioned here?</p>
|
||||||
<hr/>
|
<hr/>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
<body>
|
<body>
|
||||||
|
|
||||||
RelayBot is the bot which relays between #supybot at freenode and oftc. It
|
RelayBot is the bot which relays between #supybot at freenode and oftc. It
|
||||||
is currently using the [LinkRelay] plugin to do this.
|
is currently using the [LinkRelay](https://github.com/ProgVal/Supybot-plugins/tree/master/LinkRelay) plugin to do this.
|
||||||
|
|
||||||
It's sometimes considered as annoyance as it has lately mostly spammed
|
It's sometimes considered as annoyance as it has lately mostly spammed
|
||||||
with join (part messages aren't working, because of a bug (2014-06-23))
|
with join (part messages aren't working, because of a bug (2014-06-23))
|
||||||
@ -25,10 +25,12 @@ everything as there are people whom should be heard at OFTC (mainly main
|
|||||||
Supybot developer).
|
Supybot developer).
|
||||||
|
|
||||||
Related links:
|
Related links:
|
||||||
|
|
||||||
* [LinkRelay plugin](https://github.com/ProgVal/Supybot-plugins/tree/master/LinkRelay)
|
* [LinkRelay plugin](https://github.com/ProgVal/Supybot-plugins/tree/master/LinkRelay)
|
||||||
* [Feature request for smart filtering of joins/quits/parts](https://github.com/ProgVal/Supybot-plugins/issues/66)
|
* [Feature request for smart filtering of joins/quits/parts](https://github.com/ProgVal/Supybot-plugins/issues/66)
|
||||||
|
|
||||||
Hostmask of RelayBot on 2014-06-23:
|
Hostmask of RelayBot on 2014-06-23:
|
||||||
|
|
||||||
* RelayBot!progval@pdpc/supporter/student/progval
|
* RelayBot!progval@pdpc/supporter/student/progval
|
||||||
* This is absolute hostmask
|
* This is absolute hostmask
|
||||||
* RelayBot*!*@pdpc/supporter/student/progval
|
* RelayBot*!*@pdpc/supporter/student/progval
|
||||||
@ -53,7 +55,7 @@ all notices from the nickname "RelayBot".
|
|||||||
<hr/>
|
<hr/>
|
||||||
|
|
||||||
This page is very likely missing many IRC clients. Could you [open issues](https://github.com/mkaysi/limnoria/issues)
|
This page is very likely missing many IRC clients. Could you [open issues](https://github.com/mkaysi/limnoria/issues)
|
||||||
about how to do this with IRC clients that aren't mentioneed here?
|
about how to do this with IRC clients that aren't mentioned here?
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user