bot: fix the table

I don't ever learn that markdown won't work in html tables in markdown :(
This commit is contained in:
Aminda Suomalainen 2015-08-22 17:14:27 +03:00
parent f010a7bf19
commit 4474994c05
1 changed files with 18 additions and 15 deletions

View File

@ -40,29 +40,32 @@ the bot replies to everything *(without prefix)*.
<tr> <tr>
<th>Replies to</th> <th>Replies to</th>
<th>Examples</th> <th>Examples</th>
<th>Changeable per-channel>/th> <th>Changeable per-channel</th>
</tr> </tr>
<tr> <tr>
<td>prefix characters: `%` `+` `!`</td> <td>prefix characters: <code>%</code> <code>+</code>
<td>+ping` `%ping` `+ping`</td> <code>!</code></td>
<td>+ping</code> <code>%ping</code> <code>+ping</code></td>
<td>yes</td> <td>yes</td>
</tr> </tr>
<tr> <tr>
<td>nick in the beginning and end</td> <td>nick in the beginning and end</td>
<td>`bot: ping` `ping, bot`</td> <td><code>bot: ping</code> <code>ping, bot</code></td>
<td>Yes (not nick), but why?</td> <td>Yes (not nick), but why?</td>
</tr> </tr>
<tr> <tr>
<td> prefix strings: `msb1` & `msb2` (for legacy reasons) and <td> prefix strings: <code>msb1</code> & <code>msb2</code>
`__`</td> (for legacy reasons) and <code>__</code></td>
<td>`msb1ping` `msb2ping` `__ping`</td> <td><code>msb1ping<code> <code>msb2ping</code>
<code>__ping</code></td>
<td>yes</td> <td>yes</td>
</tr> </tr>
<tr> <tr>
<td>MessageParser (in the middle of line): `__` & `__()`</td> <td>MessageParser (in the middle of line): <code>__</code> &
<td>`Does the bot work? __ping` for single-worded commands and <code>__()</code></td>
`what is Linux? __(wiki Linux)` for commands with multiple <td><code>Does the bot work? __ping</code> for single-worded
words.</td> commands and <code>what is Linux? __(wiki Linux)</code> for
commands with multiple words.</td>
<td>**no**(too difficult, but possible)</td> <td>**no**(too difficult, but possible)</td>
</tr> </tr>
</table> </table>
@ -77,15 +80,15 @@ commands. They can be used in channel (if you know the prefix) or PM.
</tr> </tr>
<tr> <tr>
<td>Prefix characters</td> <td>Prefix characters</td>
<td>`channel reply.whenaddressedby.chars</td> <td><code>channel reply.whenaddressedby.chars</code></td>
</tr> </tr>
<tr> <tr>
<td>Nick (beginning & end)</td> <td>Nick (beginning & end)</td>
<td>`channel reply.whenaddressedby.nick` & <td><code>channel reply.whenaddressedby.nick</code> &
` channel reply.whenaddressedby.nick.atend` <code>channel reply.whenaddressedby.nick.atend</code>
</tr> </tr>
<td>prefix strings</td> <td>prefix strings</td>
<td>`channel reply.whenaddressedby.strings` <td><code>channel reply.whenaddressedby.strings</code>
</tr> </tr>
</table> </table>