summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-03 21:42:22 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-03 21:42:22 +0800
commita4f496f0c13fb087296e9091f005d29af22a90ec (patch)
tree8e4360213877899c62cc793b0962c6bbb93acfbf /include/proto.h
parent09ad37923288982a63098a7aa346ea79748f7eca (diff)
downloadpttbbs-a4f496f0c13fb087296e9091f005d29af22a90ec.tar
pttbbs-a4f496f0c13fb087296e9091f005d29af22a90ec.tar.gz
pttbbs-a4f496f0c13fb087296e9091f005d29af22a90ec.tar.bz2
pttbbs-a4f496f0c13fb087296e9091f005d29af22a90ec.tar.lz
pttbbs-a4f496f0c13fb087296e9091f005d29af22a90ec.tar.xz
pttbbs-a4f496f0c13fb087296e9091f005d29af22a90ec.tar.zst
pttbbs-a4f496f0c13fb087296e9091f005d29af22a90ec.zip
- 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
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h2
1 files changed, 1 insertions, 1 deletions
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 */