| | 1029 | | command_bind_irc("wait", NULL, (SIGNAL_FUNC) cmd_wait);
| | | 1030 | | | | | 1031 | | command_bind_irc("wallops", NULL, (SIGNAL_FUNC) command_1self);
| | | 1032 | | command_bind_irc("kickban", NULL, (SIGNAL_FUNC) cmd_kickban);
| | | 1033 | | command_bind_irc("knockout", NULL, (SIGNAL_FUNC) cmd_knockout);
| | | 1034 | | command_bind_irc("server purge", NULL, (SIGNAL_FUNC) cmd_server_purge);
| | | 1035 | | | | | 1036 | | signal_add("channel destroyed", (SIGNAL_FUNC) sig_channel_destroyed);
| | | 1037 | | signal_add("server disconnected", (SIGNAL_FUNC) sig_server_disconnected);
| | | 1038 | | signal_add("whois try whowas", (SIGNAL_FUNC) sig_whois_try_whowas);
| | Wrong Number of Parameters | 1039 | | signal_add("whois event", (SIGNAL_FUNC) event_whois);
| | | 1040 | | signal_add("whois end", (SIGNAL_FUNC) event_end_of_whois);
| | | 1041 | | signal_add("whowas event", (SIGNAL_FUNC) event_whowas);
| | | 1042 | | | | | 1043 | | command_set_options("connect", "+ircnet");
| | | 1044 | | command_set_options("topic", "delete");
| | | 1045 | | command_set_options("list", "yes");
| | | 1046 | | command_set_options("away", "one all");
| | | 1047 | | command_set_options("whois", "yes");
| | | 1048 | | } | | | 1049 | | |
|