Guest User

Untitled

a guest
Jan 23rd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. # 1) Get nickname from the directory we are in
  2. #$nick = dirname( $_SERVER[ 'PHP_SELF' ] );
  3. #$nick = basename( $nick );
  4. #$nick = 'XDCC|'.$nick;
  5. # 2) Set nickname by hand
  6. $nick = 'NagisaFurukawa';
  7.  
  8. # Put Statefiles of the bot here.
  9. $filenames = array(
  10. '/home/kyou/iroffer-dinoex-3.27/nagisa.state'
  11. );
Add Comment
Please, Sign In to add comment