diff options
author | Timo Sirainen <cras@irssi.org> | 2002-04-09 19:06:20 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-04-09 19:06:20 +0000 |
commit | c89ee2a92e7e4f072fe869784d786fcd230bf143 (patch) | |
tree | 9030edfbd402ea5518976578ec3c47619e3985f2 /src/fe-common | |
parent | b1a385b2b45b9cd21bc896393b00fceba40f91af (diff) | |
download | irssi-c89ee2a92e7e4f072fe869784d786fcd230bf143.zip |
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
Diffstat (limited to 'src/fe-common')
-rw-r--r-- | src/fe-common/core/module-formats.c | 1 | ||||
-rw-r--r-- | src/fe-common/core/module-formats.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/fe-common/core/module-formats.c b/src/fe-common/core/module-formats.c index 690ae737..245f1a6e 100644 --- a/src/fe-common/core/module-formats.c +++ b/src/fe-common/core/module-formats.c @@ -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 }, diff --git a/src/fe-common/core/module-formats.h b/src/fe-common/core/module-formats.h index 6ef7043c..c442f6ba 100644 --- a/src/fe-common/core/module-formats.h +++ b/src/fe-common/core/module-formats.h @@ -98,7 +98,6 @@ enum { TXT_CHANSETUP_HEADER, TXT_CHANSETUP_LINE, TXT_CHANSETUP_FOOTER, - TXT_CHANNEL_MOVE_NOTIFY, TXT_FILL_4, |