mirror of
https://github.com/weechat/weechat.git
synced 2026-06-24 20:06:38 +02:00
7f0f947667
This commit also includes support for passive DCC RESUME. There was also a potential segfault with calling `atoi(pos_token)` when `pos_token` is NULL, so `token` is set to be stored as a string. Although it is an integer, we don't need to store it as such. That's really more of an implementation detail.