var/MOTD="<font color=><font size=>Message"
mob/proc/MOTD_Display()
var/html="<body bgcolor=black><font color=><b><u>Message Of The Day</b></u>[MOTD]</font></body>"
src << browse(html,"window=MOTD")
mob/verb/View_MOTD()
set category="Channels"
src.MOTD_Display()
Well you see now heres what i need help with is there a way to make an admin verb which allows you to change this MOTD ?
I'd like to get help with this if you can help me i'll be really pleased , Thank You For Reading.
Also, all you need to do is change MOTD, and for the clients already logged in simple refresh the browser window.