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

Comparing ircd-hybrid/trunk/src/conf_lexer.l (file contents):
Revision 2012 by michael, Sun May 12 14:47:26 2013 UTC vs.
Revision 2038 by michael, Tue May 14 19:21:32 2013 UTC

# Line 344 | Line 344 | operwall                { return T_OPERW
344   servnotice              { return T_SERVNOTICE; }
345   invisible               { return T_INVISIBLE; }
346   wallop                  { return T_WALLOP; }
347 + wallops                  { return T_WALLOPS; }
348   callerid                { return T_CALLERID; }
349   softcallerid            { return T_SOFTCALLERID; }
350   locops                  { return T_LOCOPS; }

Diff Legend

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