This repository has been archived on 2026-05-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
unalike/setup_help/account_template.php
T
2021-06-17 22:10:22 +02:00

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.
// -------------------------------------------