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

by Conc
Sun Nov 01, 2009 4:10 pm
Forum: Script Support & Releases
Topic: Edit rss.tcl
Replies: 7
Views: 7283

if there is just 1 rss feed, it works fine, but if there is more than 2... we have a problem (the same) 1 rss feed: * Egg sets mode -S <Egg> RSS ..... blabla * Egg sets mode +S +2 rss feed: * Egg sets mode -S <Egg> RSS ..... blabla * Egg sets mode +S <Egg> RSS ..... blabla <Egg> RSS ..... blabla (.....
by Conc
Sun Nov 01, 2009 1:04 pm
Forum: Script Support & Releases
Topic: Edit rss.tcl
Replies: 7
Views: 7283

* Egg sets mode -S
* Egg sets mode +S
<Egg> RSS ..... blabla
<Egg> RSS ..... blabla
<Egg> RSS ..... blabla
(...)
:roll:
by Conc
Sun Nov 01, 2009 5:59 am
Forum: Script Support & Releases
Topic: Edit rss.tcl
Replies: 7
Views: 7283

Edit rss.tcl

Hi again. I've downloaded a rss.tcl script. I wanted to edit it. For exemple, before the bot start posting rss, it set mode -S (it's easy) and it set mode +S after posting all rss proc ::rss-synd::feed_msg {type msgs targets {nick ""}} { # check if our target is a nick if {(($nick != "...
by Conc
Sat Oct 31, 2009 5:10 pm
Forum: Scripting Help
Topic: Bracket Conflict
Replies: 7
Views: 3970

It works fine.

Thanks :)
by Conc
Sat Oct 31, 2009 5:00 pm
Forum: Scripting Help
Topic: Bracket Conflict
Replies: 7
Views: 3970

$t isnt just the text to send... it has also the word "say".

Well... i am not very good with tcl, can you do it for me?
by Conc
Sat Oct 31, 2009 4:48 pm
Forum: Scripting Help
Topic: Bracket Conflict
Replies: 7
Views: 3970

Bracket Conflict

I made a "say" script.

it works so:

botnick say text

Part of code:

Code: Select all

putserv "PRIVMSG $c :[lrange $t 1 end]"
but this has a problem, look at this:
<Conc> Egg say [Hi]
<Egg> {[Hi]}
Why does it says {} when i type a bracket?