소스 검색

* Added note at end of display for cmd_match to try using cmd_matchbot

svn: 2273
Bryan Drewery 21 년 전
부모
커밋
d8c180487f
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      doc/UPDATES
  2. 1 0
      src/cmds.c

+ 1 - 0
doc/UPDATES

@@ -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.

+ 1 - 0
src/cmds.c

@@ -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)