mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2024-11-23 12:39:35 +01:00
1011 B
1011 B
The Ctcp plugin
Command
ctcp version [<channel>] [--nicks]
Sends a CTCP VERSION to <channel>, returning the various version strings returned. It waits for 10 seconds before returning the versions received at that point. If --nicks is given, nicks are associated with the version strings; otherwise, only the version strings are given.
Configuration
supybot.plugins.Ctcp.public
Default value: True
Determines whether this plugin is publicly visible.
supybot.plugins.Ctcp.versionWait
Default value: 10
Determines how many seconds the bot will wait after getting a version command (not a CTCP VERSION, but an actual call of the command in this plugin named "version") before replying with the results it has collected.