Double0negative / TabConfig

Basic tab implementation of TabAPI
4 stars 13 forks source link

Ping for motd. #13

Open columb opened 10 years ago

columb commented 10 years ago

Something like {ping!localhost!motd}

fuzzybot commented 10 years ago

The length of the motd is going to be much higher then 16 characters, I wonder how this should be handled.

columb commented 10 years ago

Cut if off to 16 symbols or if there is something like {ping!localhost!motd2} - place second part here. I don't think that I would go above 16 symbols anyway.

fuzzybot commented 10 years ago

So like {ping!hostname.tld:port!motd} which will print the motd, stripped of colors, and capped at 16 characters?

columb commented 10 years ago

Yeah. Not sure about colours though.