discord-relay-chat / drc

Discord Relay Chat
https://discordrc.com
MIT License
18 stars 3 forks source link

Replace default command sentinel character #19

Closed edfletcher closed 1 year ago

edfletcher commented 1 year ago

! is used by a surprisingly-large number of IRC bots as their command sentinel, meaning that as currently implemented, users of DRC cannot interact with bots of that type.

@ is out too, as is # for obvious reasons both. Can't be anything used for formatting, so *, _, ~ are all out. It should be something pretty obscure, as well. Options:

requires the SHIFT key:

these don't require the SHIFT key:

(I think I prefer the non-SHIFT-required variants...)

edfletcher commented 1 year ago

Went with ;. Watch out: the previous ! character may have become muscle memory (it had for me)!