| |
---|
| | fputs($socket, "JOIN #theSignal\n"); // Join channel |
---|
| | |
---|
| | // announce self to channel |
---|
| | $myCode = get_own_code(); |
---|
| | if(!isset($myCode) || $myCode == "") |
---|
| | die("Please contact 0xRoM on discord for help fixing this issue!"); |
---|
| | |
---|
| | fputs($socket, "PRIVMSG #theSignal :!req " . $rand . " " . $myCode . "\n"); |
---|
| | |
---|
| | // Force an endless while |
---|
| | while (1) { |
---|
| |
---|
| | |