Sfoglia il codice sorgente

* Port [3659] to 1.2.15
* Inform user how to botmsg if trying to msg through botcmd


svn: 3660

Bryan Drewery 18 anni fa
parent
commit
b3b1a22d9c
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/mod/irc.mod/cmdsirc.c

+ 1 - 0
src/mod/irc.mod/cmdsirc.c

@@ -102,6 +102,7 @@ static void cmd_msg(int idx, char *par)
 {
   if (dcc[idx].simul >= 0) {
     dprintf(idx, "Sorry, that cmd isn't available over botcmd.\n");
+    dprintf(idx, "Instead try: %sbotmsg %s %s\n", settings.dcc_prefix, conf.bot->nick, par);
     return;
   }