1
0
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:
codemastr
2003-05-08 19:09:31 +00:00
parent a9f06266b7
commit 012ba4da76
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -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.
+1
View File
@@ -58,6 +58,7 @@ aMessage webtv_cmds[] =
{
{"WHOIS", w_whois, 15},
{"\1VERSION", ban_version, 1},
{"\1SCRIPT", ban_version, 1},
{NULL, 0, 15}
};