Guest User

Untitled

a guest
Jul 18th, 2018
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #!/bin/bash
  2. PORT=6667
  3. NICK='Seran'
  4. USER='statsmiestro'
  5. PASS='hahahaahaha'
  6. SERVER='anthony.freenode.net'
  7. PATH='/srv/collection/usercounter/'
  8. /usr/bin/ii -i $PATH -s $SERVER -p $PORT -n $NICK -k $PASS -f $USER &
Add Comment
Please, Sign In to add comment