mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05: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:
parent
b1a385b2b4
commit
c89ee2a92e
@ -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 },
|
||||
|
@ -98,7 +98,6 @@ enum {
|
||||
TXT_CHANSETUP_HEADER,
|
||||
TXT_CHANSETUP_LINE,
|
||||
TXT_CHANSETUP_FOOTER,
|
||||
TXT_CHANNEL_MOVE_NOTIFY,
|
||||
|
||||
TXT_FILL_4,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user