mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 20:19:32 +01:00
irc/bot: fix code
This commit is contained in:
parent
fcf767511a
commit
3fd6b4ba8a
@ -18,8 +18,7 @@ that is still under active development and it has merged in features of
|
|||||||
another popular fork, [Gribble].
|
another popular fork, [Gribble].
|
||||||
|
|
||||||
My role with [Limnoria] was Finnish translator and IRC support and I also
|
My role with [Limnoria] was Finnish translator and IRC support and I also
|
||||||
made minor changes to make some default configuration variables more sane.
|
made minor changes to make some default configuration variables more reasonable. Most of [documentation] since [Supybot] and before my leaving is also
|
||||||
Most of [documentation] since [Supybot] and before my leaving is also
|
|
||||||
written by me.
|
written by me.
|
||||||
|
|
||||||
* [Blog: Leaving Limnoria]({% post_url 2015-03-25-leaving-bots-life %})
|
* [Blog: Leaving Limnoria]({% post_url 2015-03-25-leaving-bots-life %})
|
||||||
@ -87,11 +86,11 @@ commands. They can be used in channel (if you know the prefix) or PM.
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Nick (beginning & end)</td>
|
<td>Nick (beginning & end)</td>
|
||||||
<td><code>channel reply.whenAddressedBy.nick</code> and
|
<td><code>channel reply.whenAddressedBy.nick</code> and
|
||||||
<code>channel reply.whenAddressedBy.nick.atEnd</code>
|
<code>channel reply.whenAddressedBy.nick.atEnd</code></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>prefix strings</td>
|
<td>prefix strings</td>
|
||||||
<td><code>channel reply.whenAddressedBy.strings</code>
|
<td><code>channel reply.whenAddressedBy.strings</code></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user