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

by xiphrex
Fri Jun 24, 2005 6:09 pm
Forum: Archive
Topic: Dynamic Script help
Replies: 8
Views: 2979

Nice one man!

It doesnt work as you have shown since it doesnt evaluate the variables before running, even when in quotes. So I just changed the variable to an actual channel like #lostsanity without the quotes and it works perfect.

Good job, thanks to all who helped!
by xiphrex
Fri Jun 24, 2005 3:36 pm
Forum: Archive
Topic: Dynamic Script help
Replies: 8
Views: 2979

If I remove the foreach loop, Im left with the same code I started off with. I think the foreach idea should work but for some reason its ignoring my if {} inside it and just carrying out the last {} whatever the channel. Is there a way to make it detect the channel the command is being issues in, a...
by xiphrex
Fri Jun 24, 2005 2:07 pm
Forum: Archive
Topic: Dynamic Script help
Replies: 8
Views: 2979

Hi thanks for the reply. I tried what you said but it doesnt matter what channel I do the command in, it will just do what it says in the last { }. Here is the modified code: set main "#lostsanity" set pmain "#ls-war" set eva "#xippy" set peva "#xippy" bind pu...
by xiphrex
Thu Jun 23, 2005 9:05 am
Forum: Archive
Topic: Dynamic Script help
Replies: 8
Views: 2979

Dynamic Script help

Hello, I have a made a script that gets information from my website and puts it in an IRC channel when someone says something (like !edrank or !nextmatch). However, it only works for one channel or a pair of channels - I want to make the script multi-channel so that it grabs different information fr...
by xiphrex
Fri Apr 29, 2005 8:54 pm
Forum: Archive
Topic: Get a txt file from net and read it
Replies: 1
Views: 2960

Get a txt file from net and read it

Hello, first of all I would like to say cheers to the people of this forum as I wouldnt be where I am now without reading the many threads I uncovered in searches. I have been trying to simply read a text file hosted online, parse it and select data from it and return it in a message to the user who...