ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules/core/m_join.c
(Generate patch)

Comparing ircd-hybrid-8/modules/core/m_join.c (file contents):
Revision 1432 by michael, Sat Jun 9 19:40:08 2012 UTC vs.
Revision 1451 by michael, Fri Jun 29 11:28:25 2012 UTC

# Line 146 | Line 146 | m_join(struct Client *client_p, struct C
146        sendto_one(source_p, form_str(ERR_BADCHANNAME),
147                   me.name, source_p->name, chan);
148        sendto_realops_flags(UMODE_SPY, L_ALL,
149 <                           "User %s (%s@%s) is attempting to join locally juped channel %s",
150 <                           source_p->name, source_p->username, source_p->host, chan);
149 >                           "Forbidding reserved channel [%s] from user %s",
150 >                           chan, get_client_name(source_p, HIDE_IP));
151        continue;
152      }
153  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines