summaryrefslogtreecommitdiff
path: root/src/modules/m_auditorium.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-08-28 16:23:03 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-08-28 16:23:03 +0000
commit90b72dfd91ace76c5e89f3e10c167a36f6234511 (patch)
tree1554a890db3d95659dcf5fe77c6f4187d0e40c85 /src/modules/m_auditorium.cpp
parent451b74f37cb5b5baa2a54a49ade8920b3692900b (diff)
bool SamePerson = strcmp(localident, remoteident) && !strcmp(localip, remoteip);
change to: bool SamePerson = !strcmp(localident, remoteident) && !strcmp(localip, remoteip); git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7951 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_auditorium.cpp')
0 files changed, 0 insertions, 0 deletions