Changeset 0fbda193 for irc_commands.c


Ignore:
Timestamp:
2008-02-02T21:48:09Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
979cfb4
Parents:
f774e01
Message:

Added help_free() and cleaned up some very stale help-related stuff I
wasn't even aware of. This closes bug #352.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_commands.c

    rf774e01 r0fbda193  
    556556       
    557557        for( h = global.help; h; h = h->next )
    558                 irc_privmsg( irc, u, "NOTICE", irc->nick, "COMPLETIONS help ", h->string );
     558                irc_privmsg( irc, u, "NOTICE", irc->nick, "COMPLETIONS help ", h->title );
    559559       
    560560        for( s = irc->set; s; s = s->next )
Note: See TracChangeset for help on using the changeset viewer.