Seen is now keeping track of nicks using a TreeMap on various events (nick change, join, etc.)
This commit is contained in:
parent
145749408b
commit
f35313bf62
8 changed files with 108 additions and 33 deletions
|
@ -100,7 +100,7 @@
|
|||
<div><code>mobibot: time UK</code></div>
|
||||
<div><code>mobibot: time GMT</code></div>
|
||||
</li>
|
||||
<li>Sending messages to people on join/activity:
|
||||
<li>Sending messages to people on join/activity
|
||||
<div><code>mobibot: tell nickname Give me a call when you see this.</code></div>
|
||||
</li>
|
||||
<li>Recapping public channel messages
|
||||
|
@ -109,6 +109,9 @@
|
|||
<li>Listing the users on the channel
|
||||
<div><code>/msg mobibot users</code></div>
|
||||
</li>
|
||||
<li>Viewing when a nickname was last seen
|
||||
<div><code>/msg mobibot seen nickname</code></div>
|
||||
</li>
|
||||
<li>Random jokes from <a href="http://www.icndb.com/">The Internet Chuck Norris Database</a>
|
||||
<div><code>mobibot: joke</code></div>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue