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

by TCL_no_TK
Tue Mar 22, 2011 1:03 pm
Forum: Eggdrop Help
Topic: [SOLVED]I'm not on #Channelname right now!
Replies: 7
Views: 6218

What eggdrop version are you using? (any patches applyed)
The IRCd net-type, and IRCd version would help as well.
by TCL_no_TK
Sat Mar 19, 2011 7:36 pm
Forum: Eggdrop Help
Topic: [SOLVED]I'm not on #Channelname right now!
Replies: 7
Views: 6218

# Some IRC servers are using some non-standard op-like channel prefixes/modes. # Define them here so the bot can recognize them. Just "@" should be fine for # most networks. Un-comment the second line for some UnrealIRCds. set opchars "@" #set opchars "@&~" double ...
by TCL_no_TK
Thu Mar 10, 2011 2:03 pm
Forum: Eggdrop Help
Topic: Control logging via DCC chat
Replies: 9
Views: 6070

.status all in DCC/telnet will list the current logs. just doing .tcl logfile blindly probably isnt the best thing imo. logfile [<modes> <channel> <filename>] Description: creates a new logfile, which will log the modes given for the channel listed. If no logfile is specified, a list of existing lo...
by TCL_no_TK
Wed Mar 02, 2011 2:16 am
Forum: Eggdrop Help
Topic: Can't load modules dns: DNS initialisation failed.
Replies: 1
Views: 2669

Can't load modules dns: DNS initialisation failed.

I got this message alot on my bots on the BSD shells
Can't load modules dns: DNS initialisation failed.
Anyone got any more information on this message? Is it a bug or down to OS
by TCL_no_TK
Sun Feb 20, 2011 7:11 pm
Forum: Script Requests
Topic: OpList with Chanserv
Replies: 15
Views: 12136

Nope I've run it again to make sure, it does not say "end of list" either on the channel nor in the console. :roll: I was hoping you won't reply back saying that. bugga :!: errrm... I think I'll re-rite the get sop/aop then, so it will remove its selfs its not reciving anything from chans...
by TCL_no_TK
Sun Feb 20, 2011 4:35 pm
Forum: Script Requests
Topic: OpList with Chanserv
Replies: 15
Views: 12136

Note that there is no info in the founder field. <@Debates> #debates - Founder: : | The services on the network i use sent "Founder: %nick (%ident@%hostmask)" where as i think from your post Its "Founder : %nick (%ident@%hostmask)" forgot to change that back :) sorry, will do th...
by TCL_no_TK
Sun Feb 20, 2011 1:27 pm
Forum: Script Requests
Topic: OpList with Chanserv
Replies: 15
Views: 12136

http://tcl.pastebin.com/Mmn0Jf64 Done, added more of penalty to timers now, so will take alot when getting information for multipul channels. !oplist (or !aopslist) if you dont give a channel, it will use the current channel. same for !soplist (!sopslist) and !aoplist (!aopslist). I would even befo...
by TCL_no_TK
Sat Feb 19, 2011 9:47 pm
Forum: Script Requests
Topic: OpList with Chanserv
Replies: 15
Views: 12136

for None services security I would still recommend changing the binds as shown here. Ive tryed not to change the whole 3 minuets if it has to request new information after being called from the public channel (i.e via !opslist). But i have speeded up the information gets for when the bot first join...
by TCL_no_TK
Sat Feb 19, 2011 3:56 pm
Forum: Script Requests
Topic: OpList with Chanserv
Replies: 15
Views: 12136

I am not getting any error messages at all, it simply does not seem to react to the trigger. Here are my binds; :oops: I'll take a look at it! :) thanks to sum great tips from @nml375 will rework one of procs i used. Since it takes a few minutes to load the data (And then relies on the loaded data ...
by TCL_no_TK
Sat Feb 19, 2011 4:25 am
Forum: Tcl FAQ
Topic: "Tip of the day"
Replies: 73
Views: 210292

This is losely based of my take on http://wiki.tcl.tk/1774 needed a way to limit the words in a long line of text, so came up with this, its really easy to include in other scripts/snipplets :) hope someone finds it useful EDIT (works for me): proc makenice {tmp size} { set mx [llength $tmp] set cur...
by TCL_no_TK
Sat Feb 19, 2011 3:44 am
Forum: Script Requests
Topic: OpList with Chanserv
Replies: 15
Views: 12136

Security Tip You need to add ChanServ (just chanserv) via its full address ChanServ!CS@dal.net or whatever its address is. To your eggdrop's userfile (read this for help on add users). I would recommend giving it the +f (friend) flag and possibly a custom flag i.e +S (see here for help on this). +f...
by TCL_no_TK
Fri Feb 18, 2011 9:28 am
Forum: Script Requests
Topic: varibles help
Replies: 21
Views: 12687

global

Code: Select all

proc ctest {nick host hand channel text} { 
 global temptest
by TCL_no_TK
Wed Feb 16, 2011 5:43 pm
Forum: Script Requests
Topic: OpList with Chanserv
Replies: 15
Views: 12136

kewl :) what about the output from ChanServ when you do

Code: Select all

/msg chanserv sop #channel list
/msg chanserv aop #channel list
*please include the "End of AOP list" or "End of SOP" list if ChanServ gives it :) only need the first nickname too, not the whole list
by TCL_no_TK
Wed Feb 16, 2011 12:47 pm
Forum: Script Requests
Topic: User ban on no host
Replies: 2
Views: 2763

http://jamesoff.net/site/code/eggdrop-scripts/ You can find it here, its called noiphost :)
by TCL_no_TK
Wed Feb 16, 2011 8:53 am
Forum: Script Requests
Topic: OpList with Chanserv
Replies: 15
Views: 12136

I think there is a few scripts, simlar to this, nothing that really works this way with services notices.

if you post what the output of these commands is? and the syntax, from /msg chanserv help <commands>
i'll take a look :)