diff options
author | June McEnroe | 2022-09-11 17:36:56 -0400 |
---|---|---|
committer | June McEnroe | 2022-09-11 17:36:56 -0400 |
commit | c5c7067e63225881272f5a4036e51f9ff57135ac (patch) | |
tree | 894b4fdb7695e87b83703ad070d40a74c0ed4ac9 /chat.h | |
parent | fcbe7af1e2ac2abb71251a51f5384d22cad9a87a (diff) |
Remove WHO reply handlers
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 198b84e..15c757f 100644 --- a/chat.h +++ b/chat.h @@ -291,7 +291,6 @@ enum Reply { ReplyNamesAuto, ReplyTopic, ReplyTopicAuto, - ReplyWho, ReplyWhois, ReplyWhowas, ReplyCap, |