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 21 matches

by DJmart
Fri Jan 19, 2007 11:47 am
Forum: Script Requests
Topic: Add ban after 1-2 kicks?
Replies: 10
Views: 5515

Its working correctly with the bans but I see this in the status window when the ban is to expire: [10:45am] <ExCuRSion> [10:45] Tcl error in script for 'timer1286': [10:45am] <ExCuRSion> [10:45] can't unset "badwords(#phatlogic:DJmart@*.dyn.optonline.net)": no such element in array
by DJmart
Thu Jan 18, 2007 9:03 pm
Forum: Script Requests
Topic: Add ban after 1-2 kicks?
Replies: 10
Views: 5515

i realized the "split" is incorrect. it says "elite" insted of "irc"

not sure how to fix that either :D
by DJmart
Thu Jan 18, 2007 1:33 pm
Forum: Script Requests
Topic: Add ban after 1-2 kicks?
Replies: 10
Views: 5515

[12:32pm] * Xeon sets mode: +o ExCuRSion [12:32pm] * ExCuRSion sets mode: +b *!*@elite-FF83EB81.dyn.optonline.net [12:32pm] * You were kicked by ExCuRSion (Banned: Badword found!) [12:32pm] * Attempting to rejoin channel #phatlogic [12:32pm] * Now talking in #phatlogic Oh no! Its still not working ...
by DJmart
Thu Jan 18, 2007 12:04 pm
Forum: Script Requests
Topic: Add ban after 1-2 kicks?
Replies: 10
Views: 5515

It works, but the ban is incorrect. The user can rejoin...

Code: Select all

[11:03am] * ExCuRSion sets mode: +b *!DJmart@elite-FF83EB81.dyn.optonline.net
by DJmart
Thu Jan 18, 2007 9:56 am
Forum: Script Requests
Topic: Add ban after 1-2 kicks?
Replies: 10
Views: 5515

Add ban after 1-2 kicks?

#################################################################### # # # Based on BadWord.tcl by TheGhost and/or Rajeh Alharithi # # # # Stripped out most of the original, for basic kick on 'bad' words # # # # # # Cobratek # #################################################################### ## ...
by DJmart
Fri Dec 22, 2006 8:11 am
Forum: Script Requests
Topic: Flood Protection addition.
Replies: 5
Views: 3341

That won,t stop anyone from doing "!rules !rules !rules" etc... it will just send the messages out much slower, but still sending mass messages out.

right?


-DJ
by DJmart
Thu Dec 21, 2006 10:14 pm
Forum: Script Requests
Topic: Flood Protection addition.
Replies: 5
Views: 3341

Flood Protection addition.

Hey guys, I have this program here: bind pub - !rules my:example proc my:example {nick uhost hand chan text} { set url "http://testurl.com" set token [::http::geturl $url] set content [::http::data $token] ::http::cleanup $content foreach line [split $content \n] { putserv "PRIVMSG $n...
by DJmart
Thu Sep 07, 2006 5:37 pm
Forum: Script Requests
Topic: Kicking/banning users from query!
Replies: 3
Views: 2797

one bump, still would like a script.
by DJmart
Wed Aug 30, 2006 7:40 pm
Forum: Script Requests
Topic: Information from web
Replies: 8
Views: 6011

How can I edit that so it PM's or notices the user?

Thanks.
by DJmart
Tue Aug 29, 2006 6:47 pm
Forum: Script Requests
Topic: Kicking/banning users from query!
Replies: 3
Views: 2797

I'm not very good with scripting, and the public command script I have is very complicated.

Any other idea's or scripts you can suggest for editing?
by DJmart
Tue Aug 29, 2006 6:28 pm
Forum: Script Requests
Topic: Kicking/banning users from query!
Replies: 3
Views: 2797

Kicking/banning users from query!

Can someone create, or find a script that will allow me to PM/query the eggdrop bot, and kick with reason, or ban+kick with reason? for example: /query botname kick user #channel foul language or.... /query botname kickban user #channel time foul language is it also possible to include a time in the...
by DJmart
Mon Jun 19, 2006 12:46 pm
Forum: Eggdrop Help
Topic: Unexpected banning? [SOLVED]
Replies: 6
Views: 5577

That worked, thank you all.
by DJmart
Mon Jun 19, 2006 6:08 am
Forum: Eggdrop Help
Topic: Unexpected banning? [SOLVED]
Replies: 6
Views: 5577

De Kus wrote:.bans all does only list channel bans from the current channel, you might have to change the console channel to the channel the ban is on.
how would I go about doing that?
by DJmart
Sat Jun 17, 2006 11:48 pm
Forum: Eggdrop Help
Topic: Unexpected banning? [SOLVED]
Replies: 6
Views: 5577

Unexpected banning? [SOLVED]

I added a ban to test on someone in a channel. I cannot erase the ban at all. If i type

Code: Select all

.bans all
or

Code: Select all

.bans #phatlogic
I still get no matches!

How can I un-ban this user?
by DJmart
Sun May 14, 2006 6:22 pm
Forum: Script Requests
Topic: Identify Script + Op [REQ]
Replies: 7
Views: 5541

gah! I really appriciate the help, but I am really not good at TCL scripting. Is there anyone who could rewrite the script, so everything works as it should??

Sorry for being such a noob :(