]> hydra-www.ietfng.org Git - instirc/commitdiff
Make IrssiInterface always send message final TLV streams
authornwf <nwf@cs.jhu.edu>
Wed, 24 Sep 2008 04:08:57 +0000 (00:08 -0400)
committernwf <nwf@cs.jhu.edu>
Wed, 24 Sep 2008 04:08:57 +0000 (00:08 -0400)
darcs-hash:20080924040857-4d648-9b91459afdbde5934bf73894a444b49119089730.gz

IrssiInterface.pl

index 0644fa0a4c15fd3340a11068e3fa013b97f7c89a..cb30e096b122e5581990fe69a19e57a74cbd6104 100644 (file)
@@ -309,11 +309,7 @@ sub generate_outgoing($$) {
                            $known_types{'InstanceLabelHuffman1'},
                            $instlabel)]);
 
-    if (Irssi::settings_get_bool("instance_tlvs_at_start")) {
-      $text = $framedlabel . $text . $instance_suffix;
-    } else {
-      $text = $text . $instance_suffix . $framedlabel;
-    }
+    $text = $text . $instance_suffix . $framedlabel;
 }
 
 my $suppress_out = 0;