Add topic event support for IRC node

This commit is contained in:
git@end.re
2015-11-16 09:33:59 +01:00
parent b6bbcbd52f
commit 304c379b0d
2 changed files with 9 additions and 0 deletions

View File

@@ -75,6 +75,10 @@
<td>kick</td>
<td>a user is kicked from a channel</td>
</tr>
<tr>
<td>topic</td>
<td>a topic has been changed on a joined channel</td>
</tr>
<tr>
<td>names</td>
<td>retrieves the list of users when the bot joins a channel</td>