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

by Mabus4444
Sat Mar 12, 2011 7:45 pm
Forum: Script Support & Releases
Topic: UNOFFICIAL incith-google 2.1x (Nov30,2o12)
Replies: 855
Views: 1105596

I'm using http.tcl version 2.5.2

I tried loading your copy instead, and restarted the bot. Same error message.
by Mabus4444
Mon Mar 07, 2011 10:51 am
Forum: Script Support & Releases
Topic: UNOFFICIAL incith-google 2.1x (Nov30,2o12)
Replies: 855
Views: 1105596

2.0 fixes the youtube problem but the wiki problem still isn't fixed for me. I get this error in the console;

Tcl error [incith::google::public_message]: Unknown option -urlencoding, must be: -accept, -proxyfilter, -proxyhost, -proxyport, -useragent
by Mabus4444
Fri Mar 04, 2011 7:39 pm
Forum: Script Requests
Topic: ban script
Replies: 9
Views: 5135

Ok, Sorry about all the confusion. The below works (tested), but again with no timer. bind pub o|o !ban4 pub:bannokick proc pub:bannokick {nick host hand chan text} { global botnick set target [lindex $text 0] set reason [lrange $text 0 end] set bhost [getchanhost $target $chan] set banmask "*!...
by Mabus4444
Fri Mar 04, 2011 7:21 pm
Forum: Script Requests
Topic: ban script
Replies: 9
Views: 5135

sorry change pub:msg_kban
to msg_kban

or change the proc to pub:msg_kban

The bind binds a command to a keyword
and the proc activates it when someone types it on the channel, so they have to match :)

As for bantime, this doesn't do that.
by Mabus4444
Fri Mar 04, 2011 10:03 am
Forum: Script Requests
Topic: ban script
Replies: 9
Views: 5135

sorry, my bad

add this line at the top;

bind pub o|o !ban pub:msg_kban


and the command will then be !ban user
or !ban user message
by Mabus4444
Wed Mar 02, 2011 4:17 pm
Forum: Script Requests
Topic: ban script
Replies: 9
Views: 5135

Change putserv "KICK $chan $target :$reason" lines to
# putserv "KICK $chan $target :$reason"

That rems out the kick line so he won't be kicked
by Mabus4444
Tue Mar 01, 2011 6:35 pm
Forum: Script Requests
Topic: ban script
Replies: 9
Views: 5135

This is a snippet from Eggdrop Toolz v2.01 for Eggdrop v1.3.4 & up by tzun # Start KickBan proc msg_kban {nick host hand chan text} { global botnick set target [lindex $text 0] set reason [lrange $text 0 end] set bhost [getchanhost $target $chan] set banmask "*!*[string trimleft [string ran...
by Mabus4444
Fri Feb 25, 2011 5:47 pm
Forum: Script Requests
Topic: banmask
Replies: 4
Views: 3290

# set banmask "*!*someuserid@*.some.host *somenick*!*@1.2.3.*" set banmask "*!*someuserid@*.some.host *somenick*!*@1.2.3.*" Homie22!Homie@22.04.23.233 To ban the nick Homie22 you'd need to change it to; set banmask "Homie22!*@* Homie22!*@*" To ban the ident Homie you'd ...
by Mabus4444
Fri Feb 25, 2011 3:24 pm
Forum: Script Requests
Topic: banmask
Replies: 4
Views: 3290

set bmask_chans "#channel_1 #channel_2" change #channel_1 and #channel_2 to the channels you want the bot to set bans on #yourchannelname # Ban duration in minutes set bmask_time 15 duration you want the ban to last # Ban reason set bmask_reason "Sample ban reason" the stated rea...
by Mabus4444
Fri Feb 25, 2011 2:38 pm
Forum: Script Requests
Topic: banmask
Replies: 4
Views: 3290

You just need to understand the format for these bans. Basically there are three parts seperated by two modifiers ! and @ irc nickname ! ident @ isp Idents are a setting you configure in your irc client running off your computer, so they can be a very useful thing to ban if you want to target a spec...
by Mabus4444
Sun Feb 20, 2011 5:46 pm
Forum: Script Requests
Topic: OpList with Chanserv
Replies: 15
Views: 13534

Nope I've run it again to make sure, it does not say "end of list" either on the channel nor in the console. As for networks, thats a good point. If you will be releasing this script publicly, you may need to have a bind there that people can change depending on their network, be it efnet ...
by Mabus4444
Sun Feb 20, 2011 4:11 pm
Forum: Script Requests
Topic: OpList with Chanserv
Replies: 15
Views: 13534

It's definately coming along nicely :) A few bugs.... but it's definately working. Here's my output with; !Oplist #Channelname Note that there is no info in the founder field. <@Debates> #debates - Founder: : | SOps: Godric, Shamrock, Zotnix, Ozymandias, EnglishGent, Elduran, Debates, ragle, NiteOwl...
by Mabus4444
Sun Feb 20, 2011 1:07 pm
Forum: Script Requests
Topic: OpList with Chanserv
Replies: 15
Views: 13534

Think I found a bug :) When I tried it, I forgot to put the channel name in, putting JUST !aoplist The result was that it IMMEDIATELY tried to get the aop list for every channel the bot is in. Services ended up placing the bot on ignore. When I did a .restart it came back online and did it again, fo...
by Mabus4444
Sat Feb 19, 2011 4:43 pm
Forum: Script Requests
Topic: OpList with Chanserv
Replies: 15
Views: 13534

Agreed, that does seem like the best way to go about it. There's no need to update the list every time it logs on, just whenever a user is added or removed from the bot I would think.
by Mabus4444
Sat Feb 19, 2011 12:38 pm
Forum: Script Requests
Topic: OpList with Chanserv
Replies: 15
Views: 13534

The link works fine and the scripting looks awesome, but the script does not seem to work yet. Have you been able to make it work on your own bot? I am not getting any error messages at all, it simply does not seem to react to the trigger. Here are my binds; bind notc fS|- "*Info* for*" cs...