diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-04-03 21:42:22 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-04-03 21:42:22 +0800 |
commit | a4f496f0c13fb087296e9091f005d29af22a90ec (patch) | |
tree | 8e4360213877899c62cc793b0962c6bbb93acfbf /include | |
parent | 09ad37923288982a63098a7aa346ea79748f7eca (diff) | |
download | pttbbs-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')
-rw-r--r-- | include/proto.h | 2 |
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 */ |