This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 18 matches

by chaokusc
Tue Apr 07, 2009 12:58 pm
Forum: Eggdrop Help
Topic: Why does my bot keep unbanning everyone ?
Replies: 6
Views: 5209

I have tried all off the above and my bot keeps unbanning people.
<FoX> .chanset #FoX ban-time 0
<Demon> Successfully set modes { ban-time { 0 } } on #FoX.
<Demon> [13:56] #FoX# chanset #FoX ban-time { 0 }
<Demon> [13:57] No longer ignoring *!*@irc.gtanet.com (expired)
by chaokusc
Tue Apr 07, 2009 8:52 am
Forum: Eggdrop Help
Topic: Why does my bot keep unbanning everyone ?
Replies: 6
Views: 5209

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?
by chaokusc
Tue Apr 07, 2009 6:44 am
Forum: Eggdrop Help
Topic: Why does my bot keep unbanning everyone ?
Replies: 6
Views: 5209

Why does my bot keep unbanning everyone ?

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?

Thanks for any help anyone can give
by chaokusc
Thu Jun 15, 2006 12:59 am
Forum: Scripting Help
Topic: How do i set a random nickname
Replies: 6
Views: 6905

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 $...
by chaokusc
Tue Jun 13, 2006 4:50 pm
Forum: Scripting Help
Topic: How do i set a random nickname
Replies: 6
Views: 6905

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...
by chaokusc
Tue Jun 13, 2006 5:50 am
Forum: Scripting Help
Topic: How do i set a random nickname
Replies: 6
Views: 6905

How do i set a random nickname

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...
by chaokusc
Sun Jun 11, 2006 1:34 pm
Forum: Script Requests
Topic: kiss script (random name script) needed
Replies: 0
Views: 2832

kiss script (random name script) needed

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...
by chaokusc
Mon May 01, 2006 6:02 pm
Forum: Script Requests
Topic: Simple Script Convert Request
Replies: 2
Views: 3869

Thank you caesar ^^ <3
by chaokusc
Mon May 01, 2006 1:26 pm
Forum: Script Requests
Topic: Simple Script Convert Request
Replies: 2
Views: 3869

Simple Script Convert Request

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]...
by chaokusc
Fri Apr 28, 2006 2:31 pm
Forum: Scripting Help
Topic: How do i fix my reply on word script ?
Replies: 9
Views: 8512

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...
by chaokusc
Wed Apr 26, 2006 1:47 pm
Forum: Scripting Help
Topic: How do i fix my reply on word script ?
Replies: 9
Views: 8512

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 ...
by chaokusc
Wed Apr 26, 2006 11:59 am
Forum: Scripting Help
Topic: How do i fix my reply on word script ?
Replies: 9
Views: 8512

^^ Thank You
by chaokusc
Tue Apr 25, 2006 3:24 pm
Forum: Scripting Help
Topic: How do i fix my reply on word script ?
Replies: 9
Views: 8512

It still does it DragnLord, is there any other way ?
by chaokusc
Tue Apr 25, 2006 1:50 pm
Forum: Scripting Help
Topic: How do i fix my reply on word script ?
Replies: 9
Views: 8512

How do i fix my reply on word script ?

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 ...
by chaokusc
Tue Apr 25, 2006 12:43 pm
Forum: Scripting Help
Topic: Joke Script Wont reply to commands, help please
Replies: 6
Views: 6560

DragnLord Thank You So Much ^^ I luv u :roll: