Re: nick reserved/remembered by server...timeout?
Patrik Weiskircher <[email protected]>
| Newsgroups | gmane.network.silc.user |
|---|---|
| Message-ID | <[email protected]> |
On Dec 12, 2005, at 8:21 PM, M. Hornung wrote: > Please bear with me, as I'm a newbie to the SILC toolkit. I'm > working on a bot for SILC, using the template "mybot" that came > with the toolkit. As I'm testing, I kill and restart the bot > often. Whenever I restart the bot, the server seems to "remember" > a recent connection and the bot nick gets set but you can't msg the > bot itself without specifying the hostname too. (I presume since > the server remembers a recent client connection with the same nick) Its not like that. The problem is that you connect too fast for your client. As nicknames are *not* unique in SILC, if your client still knows about the last incarnation of your bot, and you connect quickly enough with a new instance, the new instance will get the hostname appended. Only way to fix this is to not start another instance of your bot until the first one is truly unregistered. Patrik _______________________________________________________________ Info: https://lists.silcnet.org/mailman/listinfo/silc-users Archive: https://lists.silcnet.org/pipermail/silc-users FAQ: http://silcnet.org/support/faq/