icedream / ts3bot-control

(Stalled. "voicybot" will replace this repository eventually.) The control application for the open-sourced TeamSpeak3 Bot.
4 stars 1 forks source link

Implement proper nickname checks on "nickchange" (and configuration option "nickname") #14

Closed avail closed 8 years ago

avail commented 8 years ago

changenick command won't return anything if the nickname is too short or long for it to set.

avail commented 8 years ago

Also need to add a check for whether the nick is invalid (contains characters teamspeak doesn't like)

icedream commented 8 years ago

I added the configuration option "nickname" here as well for convenience. Shouldn't be hard to copypaste or reuse code for this.