#!/bin/bash

if  tmux has-session -t irc
then
    tmux -2 attach -t irc
else
    tmux -2 new -s "irc" weechat-curses
fi
