Gocnak / Botnak

A Java-based IRC chat client with focus on Twitch.tv streams.
https://gocnak.github.io/Botnak
MIT License
68 stars 28 forks source link

[Bug] !mod (name) doesn't do as it maybe should? #25

Closed KinamKrindar closed 10 years ago

KinamKrindar commented 10 years ago

using !mod (name) doesn't yield the result one would think with the commands list.

On botnak, it sends in my screen the chat: ".mod (name)" like it came from me, however it actually doesn't send to standard IRC (having second window up with base IRC doesn't catch that .mod (name) statement). So in my botnak, it shows both me sending the !mod command, as well as the psuedo .mod chat.

Either way, it doesn't mod the person that you put as the argument.

Gocnak commented 10 years ago

I will have further testing of this, but as of now the right click and "Mod " from the menu works.

Gocnak commented 10 years ago

Okay this was proven to work in 2.23. Both the menu and !mod send the same message, and the user gets modded in about 1 minute after it sends.

Any command with starting with a period is a command, and does not show on any other clients.