I added this to the conf file, thank you, i dont appear to have a dcc/party all i have is dcc/chat is there any other way for me to dcc/party to the bot? perhaps adding something in my mirc scripts?
I setup my bot and make it join my channel, i "/msg mybot hello" and "/msg mybot pass mypass" and then i op my bot, but every time i op my bot it unbans my whole channel, i dont want my bot to kick/ban ever, is there a way i can stop this?
It still did not work, but i tried it a little different. Here is what i came up with and it works. bind pub - !random pub_random proc pub_random {nick uhost hand chan t} { global botnick if {$t == ""} { set users [chanlist $chan] set rembot [lsearch $users $botnick] set mylist [lreplace $...
So the full code would be this ? bind pub - !random pub_random proc pub_random {nick uhost hand chan t} { if {$t == ""} { set users [chanlist $chan] if {[set total [llength $users]] < 3} { puthelp "NOTICE $nick :We are the only ones here $nick!" return 0 } set randomuser $nick wh...
When a user types !random it should post a random username in the string, except the bots name or the user who posted the command... but im unsure how to do it. Any help is greatly appreciated. bind pub - !random pub_random proc pub_random {nick uhost hand chan t} { if {$t == ""} { putserv...
What i need is, when somone types !kiss , my bot will kiss a random user with a random line from the randkiss_response But when user adds somthing after kiss, the bot kisses them (EXAMPLE: !kiss Gemma would pull the text from the kiss_response ) but only if the user excists on that channel, otherwis...
Is anyone able to convert this script, i have tried to do it myself however i have not had any luck with it. on 1!*:TEXT:!dare:#foxy:{ /set %dare $rand(1,2) if (%dare == 1) { msg $chan 4[14»»4] You are lucky this time $+ $nick $+ , You have been spared 4[14««4] } if (%dare == 2) { msg $chan 4[14»»4]...
I managed to fix it with this code # Superm4n set bigmanreply { "Its a Bird, Its a Plane, No Its \0024Superm4n\002" "\0024Superm4n\002 i think \002$nick\002 wants your attention" "\002$nick\002 do you know why \0024Superm4n\002 wears his underwear on the outside ?" &quo...
Sorry for the double post but can anyone help me with the reply on this? I just wish to know why $nick is not replaced with the nick of the person who typed superm4n set superm4nreply { "Its a Bird, Its a Plane, No Its \0024Superm4n\002" "\0024Superm4n\002 i think \002$nick\002 wants ...
I got this simple reply script written out so if somone says brb my bot says $nick says Be Right Back bind pub - brb pub_brb proc pub_brb {nick uhost hand chan $brb_msg} { putchan $chan "\002$nick\002 says Be Right Back" } My question is, how can i make the bot not reply to anything after ...