23 lines
663 B
PHP
23 lines
663 B
PHP
<?php
|
|
// Server: irc.ppy.sh
|
|
// Port: 6667
|
|
// Username: username_with_underscores_instead_of_spaces
|
|
// Server Password: xxxxxxxx
|
|
|
|
|
|
|
|
// -------------------------------------------
|
|
// You can just copy-paste your "IRC details"
|
|
// from https://osu.ppy.sh/p/irc to this file.
|
|
//
|
|
// Make sure to keep the first line as "<?php"
|
|
// without the quotes because it "hides" your
|
|
// sensitive information without further
|
|
// configuration.
|
|
//
|
|
// You can also keep it outside of your web
|
|
// directory and save it as a plain text file
|
|
// That way you will never have to worry
|
|
// about accidentally sharing sensitive
|
|
// information.
|
|
// -------------------------------------------
|