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

by demond
Thu Aug 24, 2006 10:21 pm
Forum: Scripting Help
Topic: putdccraw and SSL problem
Replies: 9
Views: 7886

because whoever wrote that SSL patch has forgotten to pipe [putdccraw] output through SSL write routine
by demond
Thu Aug 24, 2006 11:34 am
Forum: Modules & Programming
Topic: Megahal invalid mode
Replies: 1
Views: 8436

you need to load this thing not directly but by using its script (which defines those chanflags)
by demond
Wed Aug 23, 2006 10:48 pm
Forum: Script Requests
Topic: last talk / last line
Replies: 4
Views: 3234

Code: Select all

bind pubm - * foo
bind pub - !last bar
proc foo {n args} {set ::last($n) [unixtime]}
proc bar {n u h c t} {catch {puthelp "privmsg $c :[ctime $::last($t)]"}}
by demond
Wed Aug 23, 2006 10:41 pm
Forum: Eggdrop Help
Topic: crontab emailing
Replies: 2
Views: 2754

Re: crontab emailing

Hi - I recently re-set up a crontab for a bot, but now it appears to be emailing the shell everytime the crontab checks to see if the bot is running. This didn't used to happen - any ideas? check if you still have your crontab command(s) output suppressed ( >/dev/null 2>&1 ); if not, that would...
by demond
Wed Aug 23, 2006 10:23 pm
Forum: Eggdrop Help
Topic: proxy
Replies: 10
Views: 11159

the firewall setting in eggdrop.conf supports SOCKS 4/5 proxies only (and so-called "telnet-passthru" which nobody uses anymore)
by demond
Wed Aug 23, 2006 10:16 pm
Forum: Scripting Help
Topic: covert codes to html
Replies: 2
Views: 4020

I already wrote mirc-colors-to-html converter for some guy a while ago, you could have found it with a simple forum search for "color html" anyway, here it is again: proc mirc2html str { set re {([\002\017\026\037]|[\003]{1}[0-9]{0,2}[\,]{0,1}[0-9]{0,2})} array set colors { 0 white 1 black...
by demond
Sun Aug 20, 2006 10:47 pm
Forum: Eggdrop Help
Topic: req: simple mirc script to op bot on public msg
Replies: 3
Views: 3790

I'm not mIRC scripter, but I bet you don't need /whois'ing for that; simply add the bot's hostmask at some userlevel and then use something like ON level:TEXT:magicword:#yourchan { mode $chan +o $nick }, I'm sure you can get it right after checking out mIRC's help pages
by demond
Sun Aug 20, 2006 9:15 pm
Forum: Eggdrop Help
Topic: libmysql
Replies: 6
Views: 4711

how did you try it? explain
by demond
Sun Aug 20, 2006 5:40 pm
Forum: Script Requests
Topic: need weird ban script
Replies: 1
Views: 2196

that can only happen on qnet ;)
by demond
Sun Aug 20, 2006 4:15 pm
Forum: Eggdrop Help
Topic: libmysql
Replies: 6
Views: 4711

not a script support problem; talk to your admin
by demond
Sun Aug 20, 2006 4:13 pm
Forum: Scripting Help
Topic: basic scripting help
Replies: 10
Views: 9108

being a n00b should not prevent you from figuring out that $chan corresponds to $channel
by demond
Sun Aug 20, 2006 1:50 pm
Forum: Scripting Help
Topic: basic scripting help
Replies: 10
Views: 9108

use this:

Code: Select all

foreach nick [chanlist $chan] {
   if {[isop $nick $chan]} {puthelp "notice $nick :this is op notice"}
}
by demond
Sun Aug 20, 2006 1:45 pm
Forum: Scripting Help
Topic: basic scripting help
Replies: 10
Views: 9108

monie089 wrote:try onotice it notices the ops
that won't work unless the ircd supports that command - and major ircds don't support it
by demond
Sun Aug 20, 2006 12:44 pm
Forum: Scripting Help
Topic: basic scripting help
Replies: 10
Views: 9108

you forgot the text parameter in the procs that don't work
by demond
Sat Aug 19, 2006 11:41 pm
Forum: Eggdrop Help
Topic: Botnet Problem
Replies: 10
Views: 6887

amboooz wrote: and HOw do I login to Terabit since im not running that bot, iM was just linked to it to share botnet.
then have his owner reset the password for you

and don't use netpass, use chpass as you have been told already