aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vimput.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimput.pl b/vimput.pl
index f24976f..abf3da4 100644
--- a/vimput.pl
+++ b/vimput.pl
@@ -35,6 +35,7 @@ sub write_input {
sub open_tmux_split {
if (!$ENV{TMUX}) {
print 'no tmux'; # TODO: Replace with Irssi print
+ # MSGLEVEL_CLIENTERROR
return;
}