Hello guys,
I need a script which can clear the main chat for all, is that possible in anyways ?
QuoteOriginally posted by Intel
Hello guys,
I need a script which can clear the main chat for all, is that possible in anyways ?
I just made a trigger called Clear and added 60 empty lines. When i need to clear mainchat i just type !clear
QuoteOriginally posted by [T-G-T]M@sto
QuoteOriginally posted by Intel
Hello guys,
I need a script which can clear the main chat for all, is that possible in anyways ?
I just made a trigger called Clear and added 60 empty lines. When i need to clear mainchat i just type !clear
60!!! LOL :)))
just to make sure the screen is clear LOL
Who want to scroll 60 lines back - Not me
nice cant u post the script here ?
how can i do so that !modt then it will show the modt and in that way the screen gets clear too, cause people will think they have got reconnected to the hub :P
phatty help me buddy
i'll try 2 be phatty in this post. lol
Bot = "I'm_phatty"
function DataArrival(user, data)
data=strsub(data,1,strlen(data)-1)
if( strsub(data, 1, 1) == "<" ) then
s,e,cmd = strfind(data,"%b<>%s+(%S+)")
if cmd=="!motd" then
showtext(user)
return 1
end
end
end
function showtext(user)
local handle = openfile("../motd.txt", "r")
local contents = gsub(read(handle, "*a"),strchar(10), "\r\n")
closefile (handle)
user:SendData(Bot, "\r\n"..contents.."\r\n|")
end
plop eeeehm phatty (damn nearly made a mistake @ the end)
LOL hahahahaha :p
no you dont pass, ur tabbing is differ to mine :P
my tabbing
Bot = "I'm_Plop"
function showtext(user)
local handle = openfile("../motd.txt", "r")
local contents = gsub(read(handle, "*a"),strchar(10), "\r\n")
closefile (handle)
user:SendData(Bot, "\r\n"..contents.."\r\n|")
end
function DataArrival(user, data)
data=strsub(data,1,strlen(data)-1)
if( strsub(data, 1, 1) == "<" ) then
local s,e,cmd = strfind(data,"%b<>%s+(%S+)")
if cmd == "!motd" then
showtext(user)
return 1
end
end
end
:P
QuoteOriginally posted by (uk-kingdom)pH?tt?
LOL hahahahaha :p
no you dont pass, ur tabbing is differ to mine :P
damn. lol
your using something else then titmouse then.
that tabs with 3 spaces.
plop
QuoteOriginally posted by plop
QuoteOriginally posted by (uk-kingdom)pH?tt?
LOL hahahahaha :p
no you dont pass, ur tabbing is differ to mine :P
damn. lol
your using something else then titmouse then.
that tabs with 3 spaces.
plop
i always use the ptokax script box ;)