error check ask for help
1 parent 6aaf902 commit bc84780c8b44d374ae858806ada663c42c31500d
root authored on 5 Aug 2021
Showing 1 changed file
View
3
■■
bot.php
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) {
Buy Me A Coffee