NerdNu / NerdClanChat

Nerd.nu's chat channel plugin
GNU General Public License v2.0
0 stars 2 forks source link

Inconsistencies in needing # before channel name #2

Open cheezychicken opened 5 years ago

cheezychicken commented 5 years ago

Some commands need # before the channel name but others don't. Perhaps make them all need it or none of them?

totemo commented 5 years ago

I believe the only times where # is needed is where it would otherwise be confused for part of the messages, which makes it an "escape code".

Compare:

/c #molon I am a banana!

vs

/c molon I am a banana!

That is, it is there when it is absolutely necessary to be there. Would better documentation resolve this?

cheezychicken commented 5 years ago

/cb and /cm both need # before the channel name, just going off the in game help. I get needing it for the chat messages, but I don't think its needed for those two?

totemo commented 5 years ago

Aha! Those are valid examples. That can be changed.