diff options
author | June McEnroe <june@causal.agency> | 2019-09-16 17:41:18 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-09-16 17:41:18 -0400 |
commit | 5cf4beec7a00580c2d9b975075ae38edf0886c18 (patch) | |
tree | 725dd9127d09060def6ccdb00ef4b93b0449cdf4 /chat.h | |
parent | Use /etc/ssl/cert.pem in chroot (diff) | |
download | catgirl-5cf4beec7a00580c2d9b975075ae38edf0886c18.tar.gz catgirl-5cf4beec7a00580c2d9b975075ae38edf0886c18.zip |
Remove -W WEBIRC option
Diffstat (limited to '')
-rw-r--r-- | chat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chat.h b/chat.h index 9cec917..e33ea2f 100644 --- a/chat.h +++ b/chat.h @@ -38,7 +38,6 @@ struct { char *port; char *auth; char *pass; - char *webp; char *nick; char *user; char *real; |