mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
378 event (whois realhost) data is different between irc servers, so added
support for another server. Also added support for 377 event (whois usermode). git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2107 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
32f26d0ff5
commit
a9428129a5
3 changed files with 30 additions and 5 deletions
|
|
@ -78,6 +78,7 @@ enum {
|
|||
IRCTXT_WHOIS_HELP,
|
||||
IRCTXT_WHOIS_MODES,
|
||||
IRCTXT_WHOIS_REALHOST,
|
||||
IRCTXT_WHOIS_USERMODE,
|
||||
IRCTXT_WHOIS_CHANNELS,
|
||||
IRCTXT_WHOIS_AWAY,
|
||||
IRCTXT_WHOIS_SPECIAL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue