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

by lacedrabbit
Wed Oct 03, 2007 6:18 pm
Forum: Scripting Help
Topic: trimleft and other string problems
Replies: 3
Views: 2405

Ok, heres a tidied up version - thanks 'iamdeath' if {[file exists $searchfile]} { set filech [open $searchfile r] while {![eof $filech]} { gets $filech line set edline $line set strip [stripcodes bcruag $edline] if {[string match -nocase *$text* $edline] && [string match -nocase *#* $edline...
by lacedrabbit
Wed Oct 03, 2007 9:25 am
Forum: Scripting Help
Topic: trimleft and other string problems
Replies: 3
Views: 2405

trimleft and other string problems

Hello There, i have read nearly every forum post relating to this problem ive search and everything, heres my problem I've logged a chan output to logfile, i've brought it back in gave it a string and everything, worked out how to strip the colors from it heres the code i have.. if {[file exists $se...
by lacedrabbit
Tue Sep 25, 2007 3:45 am
Forum: Script Requests
Topic: ./notice <msg to user> when a nick enters a channel
Replies: 4
Views: 2408

./notice <msg to user> when a nick enters a channel

Hey all,

Hopefully Iam in the right spot for this message,
was hoping to find some information on setting up an notice when a user enters or leaves a channel.

Can the eggdrop do it naturally or do I need to script it ?

Any help would be great,
Thanks

lacedrabbit