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

by Jag
Fri Oct 24, 2003 8:37 am
Forum: Archive
Topic: invalid command name "chanset"
Replies: 11
Views: 1899

invalid command name "chanset"

Code: Select all

bind msgm - * pub:ajoin
proc pub:ajoin {nick host hand text} {
  if {[lindex $text 0] == "greet"} {
    chanset #jag -greet
  }
}
(jagbot) [14:34] Tcl error [pub:ajoin]: invalid command name "chanset"
why? :(
by Jag
Thu Oct 23, 2003 12:28 pm
Forum: Archive
Topic: Modes
Replies: 12
Views: 1539

Thanks :P
by Jag
Thu Oct 23, 2003 11:19 am
Forum: Archive
Topic: need ident server
Replies: 9
Views: 1552

load the file winident1.2.tcl :P
by Jag
Thu Oct 23, 2003 11:17 am
Forum: Archive
Topic: Modes
Replies: 12
Views: 1539

no i didn't delete the files, can you give me please the command that disable the "Protaction Modes" option? :)
by Jag
Thu Oct 23, 2003 7:27 am
Forum: Archive
Topic: Modes
Replies: 12
Views: 1539

<Jag> .chattr Jag
<jagbot> [13:26] #Jag# chattr Jag
<jagbot> Global flags for Jag are now +jmnoptxHIKLS.
<Jag> .help chaninfo
<jagbot> [13:26] #Jag# help chaninfo
<jagbot> No help available on that.

:(
by Jag
Thu Oct 23, 2003 7:20 am
Forum: Archive
Topic: Modes
Replies: 12
Views: 1539

what flags should i need?
by Jag
Thu Oct 23, 2003 7:12 am
Forum: Archive
Topic: Modes
Replies: 12
Views: 1539

10x, but....
<Jag> .help chaninfo
<jagbot> [13:10] #Jag# help chaninfo
<jagbot> No help available on that.
<Jag> .help chanset
<jagbot> [13:10] #Jag# help chanset
<jagbot> No help available on that.
............? :(
by Jag
Wed Oct 22, 2003 8:54 am
Forum: Archive
Topic: Modes
Replies: 12
Views: 1539

is it possible to disable the "Protect modes" option?
by Jag
Wed Oct 22, 2003 8:08 am
Forum: Archive
Topic: Modes
Replies: 12
Views: 1539

Modes

[13:41:37] * ChanServ sets mode: -n
[13:41:39] * jagbot sets mode: +n
[13:41:39] * ChanServ sets mode: -n
[13:41:41] * jagbot sets mode: +n
[13:41:41] * ChanServ sets mode: -n
[13:41:43] * jagbot sets mode: +n
how can i disable the eggdrop's mode change?
by Jag
Tue Oct 21, 2003 2:08 pm
Forum: Archive
Topic: eggdrop kicks
Replies: 2
Views: 578

Thanks :P
by Jag
Mon Oct 20, 2003 2:27 pm
Forum: Archive
Topic: txt file
Replies: 18
Views: 3324

10x ! :P
by Jag
Mon Oct 20, 2003 2:19 pm
Forum: Archive
Topic: eggdrop kicks
Replies: 2
Views: 578

eggdrop kicks

Why when i join the channel the eggdrop kicks me?
[20:17:23] * Rejoined channel #jag
[20:17:29] * You were kicked from #jag by jagbot (1066673498 0)
? :(
by Jag
Mon Oct 20, 2003 1:47 pm
Forum: Archive
Topic: txt file
Replies: 18
Views: 3324

:(
by Jag
Mon Oct 20, 2003 12:38 pm
Forum: Archive
Topic: txt file
Replies: 18
Views: 3324

GodOfSuicide wrote:

Code: Select all

exec "rm myfile.txt"
exec "cp myfile.txt.tmp myfile.txt"
exec "rm myfile.txt.tmp"
this commands are for eggdrop and not windrop, am i right?
by Jag
Mon Oct 20, 2003 11:12 am
Forum: Archive
Topic: txt file
Replies: 18
Views: 3324

CrazyCat wrote: when eof, delete original file and rename tmp file as original.
how do i use the "eof" command?
can you give me an example please?
10x :P