ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/anope-protocol-module/hybrid.cpp
(Generate patch)

Comparing anope-protocol-module/hybrid.cpp (file contents):
Revision 1564 by michael, Sun Oct 14 13:21:03 2012 UTC vs.
Revision 1565 by michael, Sun Oct 14 14:01:43 2012 UTC

# Line 206 | Line 206 | class HybridProto : public IRCDProto
206          void SendModeInternal(const BotInfo *bi, const User *u, const Anope::string &buf) anope_override
207          {
208                  if (bi)
209 <                        UplinkSocket::Message(bi) << "SVSMODE " << u->nick << " " << u->timestamp << " " << buf;
209 >                        UplinkSocket::Message(bi) << "SVSMODE " << u->GetUID() << " " << u->timestamp << " " << buf;
210                  else
211 <                        UplinkSocket::Message(Me) << "SVSMODE " << u->nick << " " << u->timestamp << " " << buf;
211 >                        UplinkSocket::Message(Me) << "SVSMODE " << u->GetUID() << " " << u->timestamp << " " << buf;
212          }
213  
214          void SendLogin(User *u) anope_override

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)