# | Line 124 | Line 124 | do_help(struct Client *source_p, char *t | |
---|---|---|
124 | ||
125 | /* | |
126 | * m_help - HELP message handler | |
127 | < | * parv[0] = sender prefix |
127 | > | * parv[0] = command |
128 | */ | |
129 | static int | |
130 | m_help(struct Client *client_p, struct Client *source_p, | |
# | Line 149 | Line 149 | m_help(struct Client *client_p, struct C | |
149 | ||
150 | /* | |
151 | * mo_help - HELP message handler | |
152 | < | * parv[0] = sender prefix |
152 | > | * parv[0] = command |
153 | */ | |
154 | static int | |
155 | mo_help(struct Client *client_p, struct Client *source_p, |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |