Przeglądaj źródła

* Compile error fixed, missing a ')'

svn: 181
Bryan Drewery 22 lat temu
rodzic
commit
26bc0636d9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/cmds.c

+ 1 - 1
src/cmds.c

@@ -1889,7 +1889,7 @@ int check_dcc_attrs(struct userrec *u, int oatr)
 	if (!chan_master(fr))
 	  dcc[i].u.chat->con_flags |= (LOG_MISC | LOG_CMDS);
 	dprintf(i, STR("*** POOF! ***\n"));
-	dprintf(i, STR("You are no longer a master on this bot.\n");
+	dprintf(i, STR("You are no longer a master on this bot.\n"));
       }
       if (!(oatr & USER_MASTER) && (u->flags & USER_MASTER)) {
 	dcc[i].u.chat->con_flags |= conmask;