Browse Source

svn: 1255

Bryan Drewery 22 years ago
parent
commit
72d3cd59df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/cmds.c

+ 1 - 1
src/cmds.c

@@ -1743,7 +1743,7 @@ static void cmd_comment(struct userrec *u, int idx, char *par)
     dprintf(idx, "No such user!\n");
     return;
   }
-  if (whois_access(dcc[idx].user, u1))
+  if (whois_access(dcc[idx].user, u1)) {
     dprintf(idx, "You can't change comment on higher level users.\n");
     return;
   }