]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
add workaround for irssi issue #271
authorAilin Nemui <redacted>
Sat, 3 Feb 2018 19:15:26 +0000 (20:15 +0100)
committerAilin Nemui <redacted>
Sat, 3 Feb 2018 19:15:26 +0000 (20:15 +0100)
scripts/trackbar.pl

index 3e100c54c966c479f9addb493d47497367a6ee72..95d6a353111012ce94debedd7ebbd06c427d8bcd 100644 (file)
@@ -566,3 +566,6 @@ Irssi::command_bind('mark'               => 'cmd_mark');
 Irssi::command_bind_last('help' => 'cmd_help');
 
 Irssi::printformat(MSGLEVEL_CLIENTCRAP, 'trackbar_loaded', $IRSSI{name}, $VERSION, $IRSSI{authors});
+
+# workaround for issue #271
+{ package Irssi::Nick }
git clone https://git.99rst.org/PROJECT