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

by hakim
Sun May 28, 2006 8:20 pm
Forum: Modules & Programming
Topic: stats.mod bug
Replies: 1
Views: 7423

stats.mod bug

When I type !place nick bot starts an infinitive loop like this one: [02:29:40] <bot_nick> [02:29] s_t_sc: 'nick', 'time wasted' [02:29:40] <bot_nick> [02:29] s_t_sc: 'nick', 'time wasted' [02:29:40] <bot_nick> [02:29] s_t_sc: 'nick', 'time wasted' [02:29:40] <bot_nick> [02:29] s_t_sc: 'nick', 'time...
by hakim
Mon May 22, 2006 10:26 am
Forum: Scripting Help
Topic: [No]greet
Replies: 4
Views: 4581

Tahnks, Sir_Fz . Well, we live and learn :) So, here is the completely working script: set channel(one) "#channel_name" if {![file exists host.db]} { set fs [open host.db w] puts $fs "" close $fs } bind join n|- *!*@* greetuser proc greetuser { nick host hand chan } { global chan...
by hakim
Sun May 21, 2006 10:10 am
Forum: Scripting Help
Topic: [No]greet
Replies: 4
Views: 4581

The script is very buggy :oops: I think I corrected greetuser proc, but I still can't figure out what's wrong with nogreet proc :( Corrected greet user (also changed userhost with host. wich is acquired automatically): set channel(one) "#channel" bind join n|- *!*@* greetuser proc greetuse...
by hakim
Sat May 20, 2006 10:53 am
Forum: Scripting Help
Topic: [No]greet
Replies: 4
Views: 4581

[No]greet

The script should send notice "greet" to the owner if his hostname is not in the host.db, send "no greet" if it's there, add the hostname to the db, when user msgs "!nogreet" to the bot and remove it from there if he msgs "!greet", but there is something wrong...
by hakim
Fri May 19, 2006 11:26 am
Forum: Other Topics
Topic: Fraudster on board!
Replies: 2
Views: 2716

Fraudster on board!

Ok, here is what pm I've just received from nkomtrust :evil: : Letter of Relationship and Establishment Aid. for Personal Attention and Confidential From :NKOMO KAMARA Abidjan Cote d' Ivoire West Africa.Tel+0022507924282 For logistic reason contact me on e.mail:(nkom444@yahoo.fr) Attention: Respectf...
by hakim
Tue May 02, 2006 5:21 am
Forum: Script Requests
Topic: No greet
Replies: 3
Views: 4254

Thank you, Sir_Fz.
by hakim
Mon May 01, 2006 3:06 pm
Forum: Script Requests
Topic: No greet
Replies: 3
Views: 4254

At least maybe someone could give some hints or suggestions?
At least a code which would save the hostmask of the user, who enters !nogreet ?
by hakim
Sat Apr 29, 2006 6:29 pm
Forum: Script Requests
Topic: No greet
Replies: 3
Views: 4254

No greet

I'm searching for a greet script with a command !nogreet, which would remember the hostmask of the user and wouldn't display the greet message to the user anymore. Would it be difficult to make such script (if not, maybe someone could write it?) or maybe someone has already made such script?
by hakim
Wed Apr 26, 2006 8:30 pm
Forum: Eggdrop Help
Topic: Rejoining channel
Replies: 8
Views: 6647

THANK YOU VERY MUCH, KrzychuG!
It really worked :)
by hakim
Tue Apr 25, 2006 5:04 pm
Forum: Eggdrop Help
Topic: Rejoining channel
Replies: 8
Views: 6647

Thanks for info KrzychuG.
Now I see that it only pauses for a longer time before rejoining if it's banned (even chanserv removes the ban instantly, preventing it from rejoining) and it rejoins instantly when he's only kicked. Maybe there's some setting concerning bans?
by hakim
Tue Apr 25, 2006 1:18 pm
Forum: Eggdrop Help
Topic: Rejoining channel
Replies: 8
Views: 6647

Alchera wrote:
De Kus wrote:Edit: If I knew, I would have given you a hint were to find it (search keywoard, thread or at least file and function name).
You can read, right?
Just look when I've posted the reply and when De Kus edited his post!
by hakim
Mon Apr 24, 2006 9:48 am
Forum: Eggdrop Help
Topic: Deop prtotection
Replies: 11
Views: 8765

De Kus wrote:He is most likely refering to networks which use those usermodes: www.euirc.net/en/modes.php
Imho should be +a enough (you should never entrust a bot channel owner rights), though you should already trust your +o users enough :D.
Ok, now I get it. Thanks for the link :)
by hakim
Mon Apr 24, 2006 7:20 am
Forum: Eggdrop Help
Topic: Deop prtotection
Replies: 11
Views: 8765

And how about using all those oped user commands without being oped? [I know that it's possible] How is it possible if you do not have op on the irc server? Sorry, it was only my imagination, it's impossible. You COULD try to use a really fast botnet on diffrent servers, to deop someone, who deoppe...
by hakim
Mon Apr 24, 2006 7:04 am
Forum: Eggdrop Help
Topic: Rejoining channel
Replies: 8
Views: 6647

De Kus wrote:you would most likely have to change some code in irc.mod.
Maybe you know what exactly should be changed?
by hakim
Sun Apr 23, 2006 1:31 pm
Forum: Eggdrop Help
Topic: Rejoining channel
Replies: 8
Views: 6647

Rejoining channel

Is there any way to change the time which the bot takes to rejoin channel (after it was kicked/banned)?