mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-27 15:06:37 +02:00
made ban version {} also listen to CTCP SCRIPT
This commit is contained in:
@@ -2139,3 +2139,5 @@ seen. gmtime warning still there
|
||||
with other IRCds.
|
||||
- Made the command parsing loop slightly faster by validating command parameters when a command
|
||||
is created rather than when a command is used.
|
||||
- Made ban version {} also listen for CTCP SCRIPT replies. Some scripts apparently use this to
|
||||
report their version info.
|
||||
|
||||
@@ -58,6 +58,7 @@ aMessage webtv_cmds[] =
|
||||
{
|
||||
{"WHOIS", w_whois, 15},
|
||||
{"\1VERSION", ban_version, 1},
|
||||
{"\1SCRIPT", ban_version, 1},
|
||||
{NULL, 0, 15}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user