commit 3a4eb45429c95eed49cecbf454ee674e93375ff3
parent 9c6dcccf309f9773d9df54c5355ee413c8f11789
Author: hhvn <dev@hhvn.uk>
Date: Sun, 6 Mar 2022 14:36:59 +0000
Remove old comment on prefix.
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/struct.h b/src/struct.h
@@ -27,9 +27,7 @@
struct Nick {
struct Nick *prev;
char priv; /* [~&@%+ ] */
- char *prefix; /* don't read from this, nick, ident, host are
- pointers to segments of this.
- printf(":%s!%s@%s\n", nick, ident, host); */
+ char *prefix;
char *nick;
char *ident;
char *host;