Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_commands.c

    r82898af ra91ecee  
    509509        irc->last_pong = gettime();
    510510        irc->pinging = 0;
    511 }
    512 
    513 static void irc_cmd_version( irc_t *irc, char **cmd )
    514 {
    515         irc_reply( irc, 351, "bitlbee-%s. %s :%s/%s ", BITLBEE_VERSION, irc->myhost, ARCH, CPU );
    516511}
    517512
     
    573568        { "motd",        0, irc_cmd_motd,        IRC_CMD_LOGGED_IN },
    574569        { "pong",        0, irc_cmd_pong,        IRC_CMD_LOGGED_IN },
    575         { "version",     0, irc_cmd_version,     IRC_CMD_LOGGED_IN },
    576570        { "completions", 0, irc_cmd_completions, IRC_CMD_LOGGED_IN },
    577571        { "die",         0, NULL,                IRC_CMD_OPER_ONLY | IRC_CMD_TO_MASTER },
     
    579573        { "lilo",        1, NULL,                IRC_CMD_OPER_ONLY | IRC_CMD_TO_MASTER },
    580574        { "rehash",      0, irc_cmd_rehash,      IRC_CMD_OPER_ONLY },
    581         { "restart",     0, NULL,                IRC_CMD_OPER_ONLY | IRC_CMD_TO_MASTER },
    582575        { "kill",        2, NULL,                IRC_CMD_OPER_ONLY | IRC_CMD_TO_MASTER },
    583576        { NULL }
Note: See TracChangeset for help on using the changeset viewer.