svn: 2273
@@ -30,6 +30,7 @@ Lines prefixed with '-' were disabled before release and are not finished, or ar
* Fixed an issue with bot respdoning to TCM CTCP VERSIONS too slowly at times on connect. (#128)
* Added syslog style repeated log detection for all logging.
* Fixed cmd_net[ps|last] not working. (#130, #131)
+* Added note at end of display for cmd_match to try using cmd_matchbot
1.2.4
* Fixed cmd_botset not displaying botnick.
@@ -730,6 +730,7 @@ static void cmd_matchbot(int idx, char *par)
static void cmd_match(int idx, char *par)
{
match(idx, par, 0);
+ dprintf(idx, "- If trying to match a bot, please use '%smatchbot %s'\n", settings.dcc_prefix, par);
}
static void cmd_update(int idx, char *par)