spion / triplie-ng

Chatbot with Markov chains BFS and Hebbian learning
MIT License
57 stars 16 forks source link

Cmdchar option is spelled incorrectly #15

Closed awh-tokyo closed 10 years ago

awh-tokyo commented 10 years ago

Cmdchar cannot be changed from the default because of the following line in admin.js:

var cmdchar = irc.config.chmdchar || '>'

I have added a chmdchar option in my own config to temporarily resolve the problem for myself.

spion commented 10 years ago

Oh wow, thats horrible. Will fix it ASAP.

spion commented 10 years ago

This was fixed, forgot to close it.