Changes in irc_commands.c [eeb85a8:c058ff9]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_commands.c
reeb85a8 rc058ff9 556 556 557 557 for( h = global.help; h; h = h->next ) 558 irc_privmsg( irc, u, "NOTICE", irc->nick, "COMPLETIONS help ", h-> title);558 irc_privmsg( irc, u, "NOTICE", irc->nick, "COMPLETIONS help ", h->string ); 559 559 560 560 for( s = irc->set; s; s = s->next ) … … 571 571 ipc_to_master( cmd ); 572 572 573 irc_reply( irc, 382, "%s :Rehashing", global.conf_file);573 irc_reply( irc, 382, "%s :Rehashing", CONF_FILE ); 574 574 } 575 575
Note: See TracChangeset
for help on using the changeset viewer.