View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001193 | Anope Stable (1.8.x series) | NickServ | public | 2010-09-27 08:37 | 2010-09-29 00:40 |
Reporter | darkex | Assigned To | Adam | ||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Summary | 0001193: saset display -> nicktracking bug | ||||
Description | Flicking through the code of ns_saset.c one day, I stumbled across this: alog("%s: %s!%s@%s set the display of %s to: %s", s_NickServ, u->nick, u->username, u->host, nc->display, param); change_core_display(nc, param); notice_lang(s_NickServ, u, NICK_SASET_DISPLAY_CHANGED, nc->display); /* Enable nick tracking if enabled */ if (NSNickTracking) nsStartNickTracking(u); So we see the notice_lang is pointed at u which is the SA doing the saset. But we shouldn't be starting nicktracking for them. Not that it's much of a problem, but it's not meant to be tracking the SA but param instead. | ||||
Tags | No tags attached. | ||||