1
0
mirror of https://github.com/irssi/irssi.git synced 2025-02-02 15:08:01 -05:00

bugfix: nick1,nick2,nick3 -> nick1 nick2 nick3

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1466 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-05-09 19:40:25 +00:00 committed by cras
parent 88bfb3bf1e
commit 4c613a44b7

View File

@ -81,7 +81,7 @@ Irssi knows these channel modes:
You can send multiple mode changes with one mode command:
/MODE #channel +nto-o+v nick1,nick2,nick3
/MODE #channel +nto-o+v nick1 nick2 nick3
This would set channel's mode to +nt, give ops to nick1, take ops
from nick2 and give voices to nick3.