#!/usr/bin/fish

while true
  catgirl \
    -h dump.town \
    -t client.pem \
    -u "bl0rt/"$argv \
    -w (pass znc) \
    -H 8,15 \
    -N notify-send \
    -s $argv 
end
