Showing posts with label mirc. Show all posts
Showing posts with label mirc. Show all posts

Php irc bot

0

Category: , , ,

File lama dari blog stateofart yg musnah ditelan waktu.

/* Credit : feelcomz community
/* Recoded by NGANU (NGAdimin_NUngging)
/* Perhatian:
/* Joinkan hanya satu PHPBot dalam satu channel untuk menghindari terjadinya "jagongan" antar bot.
/*
/* Perintah Dasar:
/* auth - Untuk otorisasi
/* !join [#channel] - Join channel
/* !part [#channel] - Part channel
/* !msg - Mengirim pesan ke channel atau ke nick
/* !botnick [nick] [password] - Mengganti nick bot
/* !jump [server] - Mengganti server bot
/* !help - Melihat daftar perintah
/* !ngomong - Memperbolehkan bot untuk berbicara di semua channel
/* !diam - Melarang bot untuk berbicara di semua channel
*/
function nungging() {
$channels = '#69'; //Pisahkan tiap channel dengan spasi
$showresponse = 0; //1, Nampilin respon dari server irc
$localtest = 0; //1, Coba di localhost. 0, connect ke server irc
$ngomong = TRUE; //FALSE, Ngomong. FALSE, Diem.
$autowelcome = TRUE; //TRUE, AutoWelcome On. FALSE, AutoWelcome off.
$versi = "v.6.9";