ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/src/channel.c
(Generate patch)

Comparing ircd-hybrid/src/channel.c (file contents):
Revision 198 by michael, Tue Nov 1 10:29:06 2005 UTC vs.
Revision 227 by db, Thu Nov 3 18:29:22 2005 UTC

# Line 435 | Line 435 | channel_pub_or_secret(struct Channel *ch
435   {
436    if (SecretChannel(chptr))
437      return "@";
438 <  if (PrivateChannel(chptr))
438 >  if (ParanoidChannel(chptr))
439      return "*";
440    return "=";
441   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines