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

by fox17
Wed Mar 26, 2003 4:45 pm
Forum: Archive
Topic: work with file....
Replies: 1
Views: 861

work with file....

How to read/find/remove some line from file?
by fox17
Tue Mar 18, 2003 9:59 am
Forum: Archive
Topic: DCC Chat & DCC
Replies: 8
Views: 3497

hmm... If I don't want put username, but can put password...
Can you write script that on command !chan give standart dcc chat... whithout put some username... only passwor?
by fox17
Tue Mar 18, 2003 5:48 am
Forum: Archive
Topic: DCC Chat & DCC
Replies: 8
Views: 3497

But if I don't want to put my nick and password.
I have ident on my bot and he give me +Q flag.
I want put on channel !chat and he give me dcc chat without login and password.
How to do it?
by fox17
Tue Mar 18, 2003 5:36 am
Forum: Archive
Topic: +l
Replies: 1
Views: 1279

+l

When on channel set mode +l and channel are full, then bot doesn't can join channel.
How to fix it?
by fox17
Tue Mar 18, 2003 4:49 am
Forum: Archive
Topic: same problem with prioritets
Replies: 1
Views: 1215

same problem with prioritets

When my bot needs unban, then this script start work: proc need_unban {chan type} { global chanserv channel putquick "PRIVMSG $chanserv :invite $chan" putserv "JOIN $chan" puthelp "PRIVMSG $chanserv :unban $chan me" } 1) Invite bot 2) Bot join $chan 3) Unban bot On firs...
by fox17
Wed Mar 12, 2003 10:35 am
Forum: Archive
Topic: DCC Chat & DCC
Replies: 8
Views: 3497

DCC Chat & DCC

When I say in channel !chat, then bot give me invite to DCC Chat.
How can I do it?
by fox17
Tue Dec 03, 2002 3:38 am
Forum: Archive
Topic: lines graber
Replies: 1
Views: 649

lines graber

How write TCL script with function grabering some lines from html page? Can you write it or when he see this script?
by fox17
Mon Dec 02, 2002 7:43 pm
Forum: Archive
Topic: NickServ
Replies: 2
Views: 840

NickServ

How to automaticly identify bot on NickServ?
by fox17
Mon Dec 02, 2002 3:24 pm
Forum: Archive
Topic: Russian lang...
Replies: 1
Views: 613

Russian lang...

Where I can get russian LANG file to eggdrop?
by fox17
Mon Dec 02, 2002 3:22 pm
Forum: Archive
Topic: bed registeration mask...
Replies: 6
Views: 1309

I do it!!!! Yeaaaa =)
Modify one line in src/misc.c (block code):
if ((!(p = strchr(q, '.')) || !(e = strchr(p + 1, '.'))) && !strchr(q, ':'))
to
if ((!(p = strchr(q, '~.~')) || !(e = strchr(p + 1, '~.~'))) && !strchr(q, ':'))

that's all
by fox17
Mon Dec 02, 2002 2:19 pm
Forum: Archive
Topic: bed registeration mask...
Replies: 6
Views: 1309

hmmm...
What line modify @a.b.c to @*.b.c ?
And what edit to block this modify?

Thanks
by fox17
Mon Dec 02, 2002 7:59 am
Forum: Archive
Topic: bed registeration mask...
Replies: 6
Views: 1309

1) How to create this funktion?
2) One man say that he's edit code in bot for it! Can you say haw and what edit? Or can you recive me edit code to shubin@vescom.ru

Tns
by fox17
Sun Dec 01, 2002 4:58 pm
Forum: Archive
Topic: bed registeration mask...
Replies: 6
Views: 1309

bed registeration mask...

When user write HELLO to bot that bot put they account with mask *!name@*.vescom.ru! Can I'm set config or other that bot register new account whith *!*@adres.vescom.ru mask?

Sorry, I'm from Russia and my English is very bed =)