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

by duofruo
Thu Feb 05, 2004 3:05 pm
Forum: Archive
Topic: need help script
Replies: 4
Views: 1512

Code: Select all

if {![matchattr $hand n|n $arg]} { return 0 } 
this worked. thx a lot. i try to make a cool script, but i have some prblems
by duofruo
Thu Feb 05, 2004 2:58 pm
Forum: Archive
Topic: need help script
Replies: 4
Views: 1512

i am in a big confusion, i have some problem whith english, but i will try thx
by duofruo
Thu Feb 05, 2004 12:14 pm
Forum: Archive
Topic: need help script
Replies: 4
Views: 1512

need help script

i wana make a script that you will pe able to "templeave" your eggdrop. and olso "comeback" him throw msg bind pub n|n .templeave proc:templeave proc proc:templeave {nick uhost hand chan arg} { global duo templeave putserv "PART $chan :I have temporarly left from $chan by de...
by duofruo
Thu Feb 05, 2004 5:04 am
Forum: Archive
Topic: cycle
Replies: 6
Views: 1593

silly me, fixed, got a tcl doc bind pub m|m .cycle proc:cycle proc proc:cycle {nick uhost hand chan text} { global cycle putserv "PART $chan :cycle chan for [split $text] sec by demand of $nick" eval channel set [list $chan] +inactive utimer [split $text] "eval channel set [list $chan...
by duofruo
Thu Feb 05, 2004 4:48 am
Forum: Archive
Topic: cycle
Replies: 6
Views: 1593

cycle

i wana script that part the channel for n seconds and then join the chan i have a begining but ... i can found the rest bind pub m|m .cycle proc:cycle proc proc:cycle {nick uhost hand chan text} { global cycle putserv "PART $chan :cycle chan for [split $text] sec by demand of $nick" eval c...
by duofruo
Thu Feb 05, 2004 3:54 am
Forum: Archive
Topic: permident
Replies: 5
Views: 2606

something such NO USER
by duofruo
Sun Feb 01, 2004 2:53 pm
Forum: Archive
Topic: permident
Replies: 5
Views: 2606

i edit that but stil no work. any sugestion ?>
by duofruo
Sun Feb 01, 2004 1:51 pm
Forum: Archive
Topic: permident
Replies: 5
Views: 2606

lol. so stupid.
by duofruo
Sun Feb 01, 2004 12:52 pm
Forum: Archive
Topic: permident
Replies: 5
Views: 2606

permident

The beginner need another thing proc msg_lol_permident {nick host hand arg} { set arg [charfilter $arg] if {$hand == "*"} {return 0} global botnick if {[llength $arg] < 1} { puthelp "PRIVMSG $nick :\002Usage:\002 permident <password> \[nick!user@host\]" return 0 } set mask [linde...
by duofruo
Sun Feb 01, 2004 12:36 pm
Forum: Archive
Topic: I need a rezolve
Replies: 6
Views: 2333

ha ha ha . laught about the beginner.
:lol:
by duofruo
Sun Feb 01, 2004 7:38 am
Forum: Archive
Topic: I need a rezolve
Replies: 6
Views: 2333

Heh. i found out the ! is the oposite of the condition

Code: Select all

{![onchan X $chan]} 
by duofruo
Sun Feb 01, 2004 5:02 am
Forum: Archive
Topic: I need a rezolve
Replies: 6
Views: 2333

Code: Select all

if {![onchan X $chan]} {puthelp "privmsg $chan :Sorry but i can`t see \00302X\003 on this channel."
              return 0
        }
cool . thx
by duofruo
Sat Jan 31, 2004 11:58 am
Forum: Archive
Topic: I need a rezolve
Replies: 6
Views: 2333

I need a rezolve

I have this tcl code proc !xadduser {nick host hand chan arg} { if {![onchan X $chan]} {return 0} global lol botnick if {![check $hand $nick $host]} { if {$lol(silent) == 1 || [checksilent $hand]} {return 0} puthelp "NOTICE $nick :You need to be identified to use this function." return 0 }...
by duofruo
Thu Nov 20, 2003 4:29 am
Forum: Archive
Topic: I need a simple script
Replies: 2
Views: 1084

I need a simple script

I need a script that i will be able to do :
.op a*
And will op al the nick whith a* nicks
by duofruo
Wed Nov 05, 2003 4:07 am
Forum: Archive
Topic: eggdrop error ??
Replies: 4
Views: 1439

eggdrop error ??

<AdvSide> [07:50] *** FAILED MALLOC chanprog.c (552) (4): Cannot allocate memory
<AdvSide> [07:50] * Memory allocation failed

What is this ?