irc/bot: fix code

This commit is contained in:
Aminda Suomalainen 2016-03-05 22:41:03 +02:00
parent fcf767511a
commit 3fd6b4ba8a
1 changed files with 3 additions and 4 deletions

View File

@ -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>