mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 03:59:31 +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].
|
||||
|
||||
My role with [Limnoria] was Finnish translator and IRC support and I also
|
||||
made minor changes to make some default configuration variables more sane.
|
||||
Most of [documentation] since [Supybot] and before my leaving is also
|
||||
made minor changes to make some default configuration variables more reasonable. Most of [documentation] since [Supybot] and before my leaving is also
|
||||
written by me.
|
||||
|
||||
* [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>
|
||||
<td>Nick (beginning & end)</td>
|
||||
<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>
|
||||
<td>prefix strings</td>
|
||||
<td><code>channel reply.whenAddressedBy.strings</code>
|
||||
<td><code>channel reply.whenAddressedBy.strings</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user