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

by Kaarel
Thu Jun 19, 2003 12:25 pm
Forum: Archive
Topic: little help
Replies: 6
Views: 2332

little help

I have this code bind pub - !User@host pub_user@host bind pub - !host pub_host proc pub_host {nick uhost hand chan arg} { set arg [charfilter $arg] set alternate [lindex [split $arg] 2] set hostmask "$nick!*[getchanhost $arg $chan]" putserv "NOTICE $arg :Your User@host is: $alternate ...
by Kaarel
Thu Jun 19, 2003 4:51 am
Forum: Archive
Topic: REQ: Userinfo v1,01
Replies: 2
Views: 1112

REQ: Userinfo v1,01

putlog "*** Can't load Counter 2.0 -- Userinfo v1.01 required"



Can anyone has this
by Kaarel
Wed Jun 18, 2003 5:40 am
Forum: Archive
Topic: Bots unbans people
Replies: 9
Views: 2671

Bots unbans people

It very strange, my bot start to unbann bans when it have op


What I have to put


<Botman> ### set ban-time <#>
<Botman> specifies how long (in minutes) a temporary ban will last
<Botman> on the bot before being purged.
by Kaarel
Wed Jun 18, 2003 5:26 am
Forum: Archive
Topic: identifying Bot
Replies: 3
Views: 1399

Kaarel> .jump <Botman> [12:22] #Kaarel# jump <Botman> Jumping servers...... <Botman> [12:22] Identd was Already On, Listening On Port 113, Replying as Kaarel*** <Botman> [12:22] Trying server shortnick:6667 <Botman> [12:22] Failed connect to shortnick (DNS lookup failed) <Botman> [12:23] Identd was ...
by Kaarel
Wed Jun 18, 2003 3:52 am
Forum: Archive
Topic: identifying Bot
Replies: 3
Views: 1399

identifying Bot

I have this line

Code: Select all

set init-server { putserv "PRIVMSG Ircworld :identify Botman vkaarelv" } 
But that is not working, Bot will not idenfity himself


Is there anything wrong
by Kaarel
Wed Jun 18, 2003 3:47 am
Forum: Archive
Topic: logging
Replies: 8
Views: 2621

caesar wrote: 3. Better get a fresh copy of a .conf file and set up up!


Wat do you mean with that
by Kaarel
Tue Jun 17, 2003 8:46 am
Forum: Archive
Topic: Bots text is not correct
Replies: 2
Views: 1042

Thanks caesar, that worked
by Kaarel
Tue Jun 17, 2003 8:44 am
Forum: Archive
Topic: logging
Replies: 8
Views: 2621

IS that what should be ##### LOG FILES ##### set max-logs 2 set max-logsize 0 set quick-logs 0 set log-time 1 set switch-logfiles-at 300 set quiet-save 0 set keep-all-logs 1 set logfile-suffix ".%d%b%Y" logfile jpk #cyberworld D:/Kaarel/Windrop/logs/cyberworld" logfile jpk #truth.of.l...
by Kaarel
Tue Jun 17, 2003 5:23 am
Forum: Archive
Topic: Bots text is not correct
Replies: 2
Views: 1042

Bots text is not correct

I have a problem. When I enter DCC chat with bot the text in there is not correct <Botman> Hey [1mKaarel![0m My name is [1mBotman[0m and I am running [1meggdrop v1.6.13[0m, on [1mCYGWIN_NT-5.1 1.3.22(0.78/3/2)[0m. <Botman> <Botman> Local time is now [1m12:20[0m <Botman> You are an owner of this bot....
by Kaarel
Tue Jun 17, 2003 5:20 am
Forum: Archive
Topic: logging
Replies: 8
Views: 2621

:roll:



Could anybody give my a logging script then that works, or help me with that conf that I gave
by Kaarel
Sun Jun 15, 2003 3:20 pm
Forum: Archive
Topic: A voice script needed
Replies: 27
Views: 7527

Papillon wrote:yes, read about the bind time in tcl-commands.doc and you might understand why :)

Can you tell me, I am not good @ english
by Kaarel
Sun Jun 15, 2003 12:38 pm
Forum: Archive
Topic: logging
Replies: 8
Views: 2621

logging

Can anybody give me a script that logs the channel txt ot can anybody help me with that conf ##### LOG FILES ##### set max-logs 5 set max-logsize 0 set quick-logs 0 #logfile mco * "logs/eggdrop.log" #logfile jpk #lamest "logs/lamest.log" set log-time 1 set keep-all-logs 0 set log...
by Kaarel
Sun Jun 15, 2003 11:26 am
Forum: Archive
Topic: A voice script needed
Replies: 27
Views: 7527

set channel "#cyberworld" bind time - "?2 * * * *" time_proc proc time_proc {min hour day month year} {voice_all} proc voice_all {} { if {![botisop $::channel]} { putlog "I'm not oped in $::channel." } foreach user [chanlist $::channel] { set hand [nick2hand $user] if ...
by Kaarel
Sun Jun 15, 2003 8:25 am
Forum: Archive
Topic: A voice script needed
Replies: 27
Views: 7527

my guess would be bind time - "?0 * * * *" time_proc bind time - "?2 * * * *" time_proc bind time - "?4 * * * *" time_proc bind time - "?6 * * * *" time_proc bind time - "?8 * * * *" time_proc but ive never really touched the time bind, so ive got m...
by Kaarel
Sat Jun 14, 2003 6:33 pm
Forum: Archive
Topic: A voice script needed
Replies: 27
Views: 7527

ok bind time - "?0 * * * *" time_proc set channel "#chan" proc time_proc {min hour day month year} {voice_all} proc voice_all {} { if {![botisop $channel]} { putlog "I'm not oped in $channel." } foreach user [chanlist $channel] { if {![isvoice $user $channel] &&...