updated dancer's channel forwarding support - using +f channel mode now, and

we won't print whois_modes anymore after forwarding.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2854 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-06-13 21:59:25 +00:00 committed by cras
commit 648a43ce14
2 changed files with 10 additions and 4 deletions

View file

@ -5,7 +5,7 @@
#define HAS_MODE_ARG_ALWAYS(mode) \
((mode) == 'b' || (mode) == 'e' || (mode) == 'I' || (mode) == 'q' || \
(mode) == 'd' || (mode) == 'o' || (mode) == 'h' || (mode) == 'v' || \
(mode) == 'O' || (mode) == 'k')
(mode) == 'O' || (mode) == 'k' || (mode) == 'f')
/* modes that have argument when being set (+) */
#define HAS_MODE_ARG_SET(mode) \