Posted by lamalamalama Wed 28th Feb 2007 22:38 - Syntax is Java - 249 views
Download | New Post | Modify | Show line numbers
Description:
fix it cock

function OnEvent_Initialize(MessengerStart)
{
}
var maxchars = 100;//Edit the maximum number of charaters here
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind){
if(Message.length >= maxchars)
Message = "I am stupid, and am trying to spam you";
return Message;
}
function OnEvent_Uninitialize(MessengerExit)
{
}
 

PermaLink to this entry https://pastebin.co.uk/11183
Posted by lamalamalama Wed 28th Feb 2007 22:38 - Syntax is Java - 249 views
Download | New Post | Modify | Show line numbers

 

Comments: 0