diff options
author | Curtis McEnroe | 2019-09-16 17:41:18 -0400 |
---|---|---|
committer | Curtis McEnroe | 2019-09-16 17:41:18 -0400 |
commit | 5cf4beec7a00580c2d9b975075ae38edf0886c18 (patch) | |
tree | 725dd9127d09060def6ccdb00ef4b93b0449cdf4 /chat.h | |
parent | 2a8ee15858a3cb88e2e289f4d599349d3ad02ea1 (diff) |
Remove -W WEBIRC option
Diffstat (limited to 'chat.h')
-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; |