View Issue Details

IDProjectCategoryView StatusLast Update
0002210unrealircdpublic2005-01-23 13:48
Reportertabrisnet Assigned Tocodemastr 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.2.2 
Fixed in Version3.2.3 
Summary0002210: SVSPART reason field not working
Descriptionxref Bug 0001859.
I am developing SurrealServices, and today decided to implement SVSPART with reason. However, it did not work.

Define 'did not work' as 'target user is not affected, not parted from channel, no error returned to source server'

SAPART with reason does however, both as an IRCAdmin and as a U:lined server, with or without a source specified
Additional InformationWorks:
SAPART luser #channel GO AWAY
SVSPART luser #channel
:OperServ SVSPART luser #channel
BT luser #channel
:OperServ BT luser #channel

Does not work:
SVSPART luser #channel GO AWAY
:OperServ SAPART luser GO AWAY
:OperServ SAPART luser :GO AWAY
BT luser #channel GO AWAY
:OperServ BT luser GO AWAY
:OperServ BT luser :GO AWAY
TagsNo tags attached.
3rd party modules

Activities

syzop

2004-12-02 11:48

administrator   ~0008454

    if (parc != 3 || !(acptr = find_person(parv[1], NULL))) return 0;

*grin*

codemastr

2005-01-23 13:48

reporter   ~0008902

Fixed in .237

Issue History

Date Modified Username Field Change
2004-12-02 03:45 tabrisnet New Issue
2004-12-02 11:48 syzop Note Added: 0008454
2004-12-02 11:48 syzop Status new => confirmed
2005-01-23 13:48 codemastr Status confirmed => resolved
2005-01-23 13:48 codemastr Fixed in Version => 3.2.3
2005-01-23 13:48 codemastr Resolution open => fixed
2005-01-23 13:48 codemastr Assigned To => codemastr
2005-01-23 13:48 codemastr Note Added: 0008902