1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-02 15:53:14 +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
+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}
};