edwardslabs / CloudBot

CloudBot - The simple, fast, expandable, open-source Python IRC Bot!
GNU General Public License v3.0
28 stars 31 forks source link

Change command lookups to help avoid bypassing +g filters #124

Closed linuxdaemon closed 7 years ago

linuxdaemon commented 7 years ago

Many +g filters used to block specific gonzobot commands won't block if a user puts asii control characters between the letters since the core strips them out before handling the event. This changes command lookups to use the unsanitized message so the user has to type the exact command without control characters. Requested by @typoguy