Advertisement
Guest User

Untitled

a guest
Nov 2nd, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <?php
  2. $config['ip'] = "localhost";
  3. $config['port'] = "9987";
  4. $config['login'] = "serveradmin";
  5. $config['password'] = "slaw";
  6. $config['bot_name'] = "Bot";
  7. $config['query_port'] = "10011";
  8. $config['default_channel'] = "32";
  9.  
  10.  
  11. $config['function'][1] = array
  12. (
  13. 'f_name' => array('online'),
  14.  
  15. 'online' => array
  16. (
  17. 'channel_id' => 1,
  18. 'channel_name' => "[cspacer]PPP : [online]",
  19. ),
  20. );
  21. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement