mud/lib/verbs/players/include/news.h
2020-09-06 05:43:07 -07:00

9 lines
123 B
C

static void create();
mixed can_news();
mixed can_news_str(string str);
mixed do_news();
mixed do_news_str(string str);