You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2019. It is now read-only.
Most clients by default send CTCP's where the argument is uppercased. However, sometimes a client may send a @ctcp_command in downcase format (e.g. version instead of VERSION).
The following code does not account for this, and using ctcp in a plugin will fail to work on non-uppercase-CTCP commands.