Преглед изворни кода

* Properly align the output of .whois <user>

ducch пре 14 година
родитељ
комит
c1d0d8f3da
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/users.c

+ 1 - 1
src/users.c

@@ -457,7 +457,7 @@ void tell_user_ident(int idx, char *id)
     simple_snprintf(format, sizeof format, "%%-%us FLAGS    LAST\n", HANDLEN);
     dprintf(idx, format, "BOTNICK");
   } else {
-    simple_snprintf(format, sizeof format, "%%-%us PASS FLAGS           LAST\n", HANDLEN);
+    simple_snprintf(format, sizeof format, "%%-%us PASS  FLAGS           LAST\n", HANDLEN);
     dprintf(idx, format, "HANDLE");
   }
   tell_user(idx, u);