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

Comparing ircd-hybrid-8/modules/m_module.c (file contents):
Revision 1448 by michael, Mon Jun 25 21:07:35 2012 UTC vs.
Revision 1566 by michael, Mon Oct 15 18:31:05 2012 UTC

# Line 228 | Line 228 | mo_module(struct Client *client_p, struc
228                 me.name, source_p->name);
229      return;
230    }
231 +
232 +  sendto_one(source_p, ":%s NOTICE %s :%s is not a valid option. "
233 +             "Choose from LOAD, UNLOAD, RELOAD, LIST",
234 +             me.name, source_p->name, parv[1]);
235   }
236  
237  

Diff Legend

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