Code: Select all
$fXML = file_get_contents(
Code: Select all
Fatal error: Call to undefined function: file_get_contents() in /var/www/html/xml/users.php on line 10
Code: Select all
bind pub - !kick pub:kick
Code: Select all
bind pub - hello pub:hello
proc pub:hello {nick host handle chan text} {
puthelp "PRIVMSG $chan :Hello $nick"
}
putlog "Response Script Loaded"