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.

Output link to channel...

Old posts that have not been replied to for several years.
Locked
A
Ateo

Output link to channel...

Post by Ateo »

Hello,

I'm trying to create a dictionary script that uses dict.org to retrieve the link of the queried word and post the link to the channel. Now, I've gotten the script to do exactly what I want, works fine. However, one thing bothers me.

When a query is made, it returns the entire URL to the channel. I prefer to send a link (in the format of "word defined" where the quoted text is a link).

Example:
A user does

Code: Select all

.define egg
This outputs

Code: Select all

egg defined: http://www.dict.org/bin/Dict?Form=Dict2&Database=*&Query=egg
What I prefer is

Code: Select all

egg defined
where "egg defined" appears in the channel as a clickable link.

Is this possible?

Many thanks.
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

IRC don't have links.
A
Ateo

Post by Ateo »

I'm not sure I understand. How is it that text sent to channel as "http://blah" is a link? Is this the client that makes it a link? Or does it mandate http:// for it to be a link?
Locked