From a4f496f0c13fb087296e9091f005d29af22a90ec Mon Sep 17 00:00:00 2001 From: piaip Date: Thu, 3 Apr 2008 13:42:22 +0000 Subject: - support anonymous commenting for angel system (use with caution - define ANGEL_ANONYMOUS_COMMENT to enable) git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4073 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/proto.h b/include/proto.h index b51e0147..531bf467 100644 --- a/include/proto.h +++ b/include/proto.h @@ -44,7 +44,7 @@ int t_angelmsg(void); int angel_reject_me(userinfo_t * uin); void CallAngel(void); void angel_toggle_pause(); -void angel_load_my_nick(char *buf, int szbuf); +void angel_load_my_fullnick(char *buf, int szbuf); // full nick! const char *angel_get_nick(); /* announce */ -- cgit v1.2.3