Module name: irssi
Changes by: cras 00/06/28 22:00:40
Modified files:
src/fe-common/core: completion.c
src/fe-common/irc: fe-irc-commands.c irc-completion.c
src/irc/core : Makefile.am irc-commands.c irc.c irc.h
Added files:
src/irc/core : irc-commands.h
Log message:
You can send message to different server with /MSG -<server tag> nick...
Tab-completion changes:
- in empty line, it completed /MSG nick1 fine, but another tab press
didn't give the next nick.
- "/command <tab>" doesn't try to complete /command, but instead it tries
to complete it's subcommand or first parameter.
- /MSG completion now goes through nicks in ALL servers prefixing the nick
with -<server tag> if needed.
- /MSG -tag <tab> completes only nicks in "tag" server.