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

by COBRa
Fri Dec 29, 2017 6:16 am
Forum: Scripting Help
Topic: Data Output
Replies: 1
Views: 4218

Data Output

Hi guys just scripted a small proc to display bots and owners from a database it outputs like this atm [9:48am] <~TurQ> !owners [9:48am] <+ClonE> [OWNERS] *** owns ******* [9:48am] <+ClonE> [OWNERS] *** owns **** [9:48am] <+ClonE> [OWNERS] *** owns **** [9:48am] <+ClonE> [OWNERS] **** owns **** [9:4...
by COBRa
Fri Feb 10, 2017 8:51 am
Forum: Scripting Help
Topic: Multiple Announce
Replies: 0
Views: 5662

Multiple Announce

I have a tcl script which when triggered by a keyword then announces but if the keyword is triggered more than once it multiple announces was wondering if theres a way to stop this let me give an example [12:41pm] <+user1> !addpre Pointstone.System.Cleaner.v7.7.32.720-LAXiTY 0DAY [12:41pm] <+user2> ...
by COBRa
Thu Nov 03, 2016 2:41 pm
Forum: Scripting Help
Topic: Bind pub query
Replies: 4
Views: 6711

Hi Spike

thx for the prompt reply yes ive tried both of those without success they give no tcl errors so wondering if you have anymore ideas plz
by COBRa
Thu Nov 03, 2016 10:00 am
Forum: Scripting Help
Topic: Bind pub query
Replies: 4
Views: 6711

Bind pub query

Hi guys looking for a little help if possible

A normal bind would look something like this

bind pub - 123 gorls

So 123 is the trigger word would I have to do something different if the trigger word had brackets ie

bind pub - [123] gorls

Hope I've explained it well enough

Thanks in advance
by COBRa
Thu Sep 29, 2016 1:23 pm
Forum: Scripting Help
Topic: TCL error
Replies: 9
Views: 10601

What do you suggest i did read something about split but to be honest im not sure
by COBRa
Thu Sep 29, 2016 12:43 pm
Forum: Scripting Help
Topic: TCL error
Replies: 9
Views: 10601

TCL error

Hi guys struggling to get my script right i keep getting this error [17:32:53] Tcl error [completeme]: list element in quotes followed by ":" instead of space this is the proc proc completeme {bot com args} { set nick "User" set host "User@owner.irc.net" set hand "...
by COBRa
Thu Apr 21, 2016 12:08 pm
Forum: Scripting Help
Topic: Bind on click
Replies: 1
Views: 4162

Bind on click

Is it possible to have this bind actioned when clicking the word NFO ?

The bind is

Code: Select all

bind pub - !nfo dupe:nfo
and the line is

Code: Select all

if {$nfo_check != 0} { set nfo "${bopen}\00311NFO\003${bclose}" }
many thanks
by COBRa
Mon Jan 11, 2016 8:02 am
Forum: Scripting Help
Topic: lsort help
Replies: 2
Views: 4855

Many thx it works a treat
by COBRa
Sat Jan 09, 2016 8:59 am
Forum: Scripting Help
Topic: lsort help
Replies: 2
Views: 4855

lsort help

Hi guys i have a script that writes and reads a .txt file and im trying to list the file alphabetically here is the code # set the location of the banned.txt file set banned_(txt) "/home/eggbots/eggdrop/scripts/banned.txt" #set the sitename set site_(name) "FtN" #set the trigger ...
by COBRa
Thu Aug 06, 2015 11:31 am
Forum: Scripting Help
Topic: Lindex help
Replies: 21
Views: 22553

Hi using similar code to the previous post in trying to capture this line via the regex method and wondered if you guys could assist me plz i think its the regex line thts wrong anyhow heres my first draught proc rls:spec {nick host hand chan arg} { global chann_ sitebot_ ftp_ if { $chan == $chann_(...
by COBRa
Sat Feb 28, 2015 8:27 am
Forum: Script Requests
Topic: Is It Possible ??
Replies: 13
Views: 12807

many thx guys for all your help ive got it working just fine now
by COBRa
Fri Feb 27, 2015 7:52 am
Forum: Script Requests
Topic: Is It Possible ??
Replies: 13
Views: 12807

Many thx for the swift reply but I have an issue is bind cron supported in ver 1.6.21 as it kills the bot when I add the cron line if not could it be done with bind time plz
by COBRa
Thu Feb 26, 2015 3:26 pm
Forum: Script Requests
Topic: Is It Possible ??
Replies: 13
Views: 12807

bind cron - "01 00 * * *" days2go:announce proc days2go:announce {min hour day month weekday} { set days [expr 7 - [strftime %u]] puthelp "privmsg #announce_chan :[expr {$days==1?"1 day":"$days days"}] to go!" } Using this code instead of the announce line is...
by COBRa
Wed Feb 25, 2015 5:14 am
Forum: Script Requests
Topic: Is It Possible ??
Replies: 13
Views: 12807

many thx guys both versions work for me im in the process of adding to my script with a couple of modifications once i get it running i'll post the final draft or report any difficulties

Many thx once again
by COBRa
Tue Feb 24, 2015 12:43 pm
Forum: Script Requests
Topic: Is It Possible ??
Replies: 13
Views: 12807

the countdown for the week would be constantly displayed so as the week progresses it would count down by day until the week is over so as of sunday 00.01 the display would show 7 day/s to go then as of monday 00.01 the display would show 6 day/s to go and so on till the week is over then then rest ...