summaryrefslogtreecommitdiff
path: root/src/fe-common/irc/module-formats.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2004-07-11 15:42:21 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2004-07-11 15:42:21 +0000
commit6f45115b5e21d4806c391673ae9afbf54a6bff48 (patch)
treed7e5eb41af22cc2da0ec336f656a32ebe5224fe1 /src/fe-common/irc/module-formats.h
parente9c3a217e3149922508c0a80d0eda8a52792d641 (diff)
downloadirssi-6f45115b5e21d4806c391673ae9afbf54a6bff48.zip
Fixed handling WHOIS printing once and for all. Everything unknown between
"beginning of whois" and "end of whois" events is now printed as whois_special. Removed whois_registered and whois_help, they're printed with whois_special as well. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3263 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-common/irc/module-formats.h')
-rw-r--r--src/fe-common/irc/module-formats.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fe-common/irc/module-formats.h b/src/fe-common/irc/module-formats.h
index d8e5a081..78023734 100644
--- a/src/fe-common/irc/module-formats.h
+++ b/src/fe-common/irc/module-formats.h
@@ -74,8 +74,6 @@ enum {
IRCTXT_WHOIS_IDLE_SIGNON,
IRCTXT_WHOIS_SERVER,
IRCTXT_WHOIS_OPER,
- IRCTXT_WHOIS_REGISTERED,
- IRCTXT_WHOIS_HELP,
IRCTXT_WHOIS_MODES,
IRCTXT_WHOIS_REALHOST,
IRCTXT_WHOIS_USERMODE,