just have it remove all instances of http:// from the chat and no more links.
unless Conservative wants something server-sided, this won't work since the server processes links (you'll get a tags instead on the client)
function serverCmdmessageSent(%Client, %Msg){ %Msg = strReplace(%Msg, "http://", ""); parent::serverCmdmessageSent(%Client, %Msg);}
saying blah.com into chat will not make an a tagsaying http://blah.com will make a linksee where i'm coming from on this?Code: [Select]function serverCmdmessageSent(%Client, %Msg){ %Msg = strReplace(%Msg, "http://", ""); parent::serverCmdmessageSent(%Client, %Msg);}
saying blah.com into chat will not make an a tagsaying http://blah.com will make a linksee where i'm coming from on this?
unless Conservative wants something server-sided, ...
cant you use this gay superlong stripmlcontrolchars function
I was not thinking something client-sided
Replace .com with no text, like you did with http://.
.org.net.gov.us.cc.co.jp.sv.de.edu
gay superlong function
From now on I'm going to name my functions after the sha1 hash of their actual name, just to irritate you. :D