Seen is now keeping track of nicks using a TreeMap on various events (nick change, join, etc.)

This commit is contained in:
Erik C. Thauvin 2022-09-16 10:37:15 -07:00
parent 145749408b
commit f35313bf62
8 changed files with 108 additions and 33 deletions

View file

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