aboutsummaryrefslogtreecommitdiffstats
path: root/nick.c
diff options
context:
space:
mode:
Diffstat (limited to 'nick.c')
-rw-r--r--nick.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/nick.c b/nick.c
index c0e3a003..87d8fa00 100644
--- a/nick.c
+++ b/nick.c
@@ -178,6 +178,12 @@ char *nick_gen( bee_user_t *bu )
fmt += 5;
break;
}
+ else if( g_strncasecmp( fmt, "account", 7 ) == 0 )
+ {
+ part = bu->ic->acc->tag;
+ fmt += 7;
+ break;
+ }
else
{
return NULL;