1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

Removed the now useless "/window item move" help with /join

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2661 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-04-09 19:06:20 +00:00 committed by cras
parent b1a385b2b4
commit c89ee2a92e
2 changed files with 0 additions and 2 deletions

View File

@ -122,7 +122,6 @@ FORMAT_REC fecommon_core_formats[] = {
{ "chansetup_header", "Channel Network Password Settings", 0 },
{ "chansetup_line", "{channel $[15]0} %|$[10]1 $[10]2 $3", 4, { 0, 0, 0, 0 } },
{ "chansetup_footer", "", 0 },
{ "channel_move_notify", "{channel $0} is already joined in window $1, use \"/WINDOW ITEM MOVE $0\" to move it to this window", 2, { 0, 1 } },
/* ---- */
{ NULL, "Messages", 0 },

View File

@ -98,7 +98,6 @@ enum {
TXT_CHANSETUP_HEADER,
TXT_CHANSETUP_LINE,
TXT_CHANSETUP_FOOTER,
TXT_CHANNEL_MOVE_NOTIFY,
TXT_FILL_4,