We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e91677 commit 6f8d9baCopy full SHA for 6f8d9ba
docs/common_problems.md
@@ -28,6 +28,17 @@ a more recent release.
28
29
Make sure you utilize the `TwitchSupport` class. Check out [advanced/twitch.md] for more details.
30
31
+#### It's responding to CTCP queries!
32
+
33
+By default, KICL has the following responses to CTCP:
34
35
+* **VERSION** responds with "I am Kitteh!"
36
+* **TIME** responds with the current time
37
+* **FINGER** responds with "om nom nom tasty finger"
38
+* **PING** responds with the same message
39
40
+These can all be modified or prevented through `PrivateCtcpQueryEvent` using `getReply()` and `setReply()`.
41
42
#### I still need help!
43
44
Head on over to the [GitHub Issues](https://github.com/KittehOrg/KittehIRCClientLib/issues) page
0 commit comments