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

by Sbarkeri
Wed Jan 20, 2010 6:48 pm
Forum: Eggdrop Help
Topic: Eggdrop does not protect ops or force chanmodes
Replies: 3
Views: 5402

Yeah I did also set them via the partyline just to ensure they were set, however it turns out that it was the owner-override that was kicking in, it was me who was changing the chanmode to test if the bot would chance them back little did I know that it would allow me or any other +mn to. Cheers any...
by Sbarkeri
Wed Jan 20, 2010 6:16 pm
Forum: Eggdrop Help
Topic: Eggdrop does not protect ops or force chanmodes
Replies: 3
Views: 5402

Eggdrop does not protect ops or force chanmodes

I really don't understand, for some reason my Eggdrop does not protect Ops (Re-op them once they before deopped) nor does it force the chanmodes for a specific channel should they become changed. channel add #channel { ban-time 0 chanmode "+smtnCNuTk key" flood-chan 0:0 flood-deop 0:0 floo...
by Sbarkeri
Sun Jan 17, 2010 3:59 pm
Forum: Scripting Help
Topic: Making a script work in 2 channels
Replies: 7
Views: 6522

Aha :D Thanks As Always, glad we got there eventually :P
by Sbarkeri
Sun Jan 17, 2010 1:10 pm
Forum: Scripting Help
Topic: Making a script work in 2 channels
Replies: 7
Views: 6522

Sorry to sound so fussy however this is still going to send the message to the channel the user types the bind in as the pushmode and pushhelp and being sent to the $chan which as we all know is set to whatever channel the bind was originally posted in. Here is what I wanted to happen: User Types &q...
by Sbarkeri
Sat Jan 16, 2010 10:53 pm
Forum: Scripting Help
Topic: Making a script work in 2 channels
Replies: 7
Views: 6522

Thanks but I kind of think you misunderstood my problem a little. What your script will do is respond to the !uac command when it is said in any of the 4 channels however what I want it to do is for an admin to say "!uac" or "!uac nick" in of the #xxx.crew channels and for the me...
by Sbarkeri
Tue Jan 12, 2010 4:12 pm
Forum: Scripting Help
Topic: Making a script work in 2 channels
Replies: 7
Views: 6522

Making a script work in 2 channels

Hi, I have the following script and it works fine however I would like to edit it so that it works in another channel bind pub -|- !uac pub:uac proc pub:uac {nick host hand chan text} { if {![string match [string tolower $chan] "#clanbase.crew.mw2"]} { return 0 } if {[llength $text] == 0} ...
by Sbarkeri
Fri Dec 25, 2009 12:17 pm
Forum: Eggdrop Help
Topic: Auto Op + Invite Problem - SOLVED
Replies: 5
Views: 5189

blake wrote:I`ve tried this seems to work fine for me i`ve just removed

Code: Select all

putlog "loaded invite2.tcl"
 return
and placed it in an existing tcl script
Thanks, worked a treat when I removed the putlog... etc. :D
by Sbarkeri
Fri Dec 25, 2009 12:09 am
Forum: Eggdrop Help
Topic: Auto Op + Invite Problem - SOLVED
Replies: 5
Views: 5189

This allows anyone as long as they are a valid user ("in" eggdrop's userfile) to use /msg <botnick> invite <#channel> catch {unbind msg o|o invite *msg:invite} bind msg -|- invite msg:invite2 proc msg:invite2 {nick host hand text} { if {([validuser $hand]) && (![matchattr $hand +k...
by Sbarkeri
Thu Dec 24, 2009 12:13 am
Forum: Eggdrop Help
Topic: Auto Op + Invite Problem - SOLVED
Replies: 5
Views: 5189

Auto Op + Invite Problem - SOLVED

Hi, I recently setup my channel so that all the Ops have a user on my eggdrop and all have the flags +ao with a select few having +m too. However the problem is that once an op gets deoped by another op the bot will not give him the op back unless he parts the channel. Is there anyway that the bot w...
by Sbarkeri
Wed Dec 09, 2009 10:22 pm
Forum: Scripting Help
Topic: Auto Reply Script
Replies: 8
Views: 8754

Yes I did try it out before my initial post on here, however I couldn't figure out how to make it change the chanel mode of the TARGET channel before it sent the message to it. I've been trying to edit the script by TCL_no_TK which works great to all my needs as I have added the channel flag changer...
by Sbarkeri
Wed Dec 09, 2009 1:10 pm
Forum: Scripting Help
Topic: Auto Reply Script
Replies: 8
Views: 8754

TCL_no_TK just tried the script you posted now and it works like a charm! How can I edit to script to monitor 2 "host" channels and send different messages to 2 different "client" channels. For example I will have the bot in the channels, #clanbase.crew.cod4 and #clanbase.crew.mw...
by Sbarkeri
Tue Dec 08, 2009 9:18 pm
Forum: Scripting Help
Topic: Auto Reply Script
Replies: 8
Views: 8754

Wow, can't thank you enough, you just solved my 2 days of install various TCL scripts in 20 minutes! Really though cheers mate can't thank you enough. Just one small question that I'm sure requires 1 or 2 lines of code, I want to send a message cross channel (the bot is in both channels so it should...
by Sbarkeri
Tue Dec 08, 2009 8:02 pm
Forum: Scripting Help
Topic: Auto Reply Script
Replies: 8
Views: 8754

Auto Reply Script

Hi I am very new to eggdrops and TCL scripting however I want to make a very simple auto reply script. I want the bot to scan the public chat in around 3 channels, when someone types something such as !rules or !help I want it to display a string of text to the channel however this string of text wi...
by Sbarkeri
Tue Aug 11, 2009 9:57 am
Forum: Eggdrop Help
Topic: First time with eggdrop
Replies: 3
Views: 3907

The eggdrop isn't actually installed on my main computer which I am not willing to leave on 24/7, it is installed on my NAS drive which I do leave on 24/7, so as long as I do not have a power-cut my bot should stay active. So what command would I say to the bot to make it go inactive and what comman...
by Sbarkeri
Tue Aug 11, 2009 12:09 am
Forum: Eggdrop Help
Topic: First time with eggdrop
Replies: 3
Views: 3907

First time with eggdrop

Hi, This is my first time using eggdrop, or any other IRC bot for that matter. I only today managed to get my eggdrop running on my WD Mybook which is running a distro of linux. I have the bot authed with Qnet and it is running fine in the channels I want it to be in. However most people seem to hav...