You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We disabled the command for now so it doesn't cause problems: 104bdb5
#0 0xb7548c20 in ?? () from /lib/i386-linux-gnu/libc.so.6
#1 0xb7548aa9 in strtol () from /lib/i386-linux-gnu/libc.so.6
#2 0x004951e9 in atoi (__nptr=0x0) at /usr/include/stdlib.h:363
#3 nickname_unlink (nick=0x9df6470) at nickname.c:537
#4 0xb6882df3 in m_unlink (service=0xb72d9010, client=0xb3d5772c, parc=0, parv=0x629840 <servpara>)
at nickserv.c:1396
#5 0xb7198776 in m_privmsg (client=0xb721592c, source=0xb3d5772c, parc=3, parv=0x629880 <para>) at irc.c:843
#6 0x004977af in handle_command (hpara=0x629880 <para>, i=3, from=0xb3d5772c, client=0xb721592c,
mptr=0xb719e280 <privmsg_msgtab>) at parse.c:375
#7 parse (client=0xb721592c, pbuffer=0x625820 <readBuf> ":9J5AABX0P", bufend=0x625843 <readBuf+35> "")
at parse.c:341
#8 0x00496d31 in client_dopacket (length=<optimized out>, buffer=0x625820 <readBuf> ":9J5AABX0P",
client=0xb721592c) at packet.c:150
#9 parse_client_queued (client=0xb721592c) at packet.c:150
#10 read_packet (fd=0x165191c, data=0xb721592c) at packet.c:184
#11 0x0049fdf0 in comm_select () at poll.c:202
#12 0x00486195 in main (argc=<optimized out>, argv=<optimized out>) at services.c:291
UNLINK fails because it can't create a new account for the unlinked nick:
At the moment it reports "$masternick is now unlinked" when unlinking $nick, but that might be a follow-up error from the above.
The text was updated successfully, but these errors were encountered: