mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Removed the obsolete RPING command
The RPING command is obsolete.
This commit is contained in:
parent
a5154c4e77
commit
dde8540e3e
@ -1,12 +0,0 @@
|
||||
|
||||
@SYNTAX:rping@
|
||||
|
||||
IRC Operator command, not available on all networks.
|
||||
|
||||
This command works like the PING command (CTCP PING), except
|
||||
it is used on a server instead of a client. As with PING, it
|
||||
is used to test the relative distance another server is from
|
||||
you across the irc network.
|
||||
|
||||
See also: OPER
|
||||
|
@ -1014,8 +1014,6 @@ void irc_commands_init(void)
|
||||
command_bind_irc("oper", NULL, (SIGNAL_FUNC) cmd_oper);
|
||||
/* SYNTAX: RESTART */
|
||||
command_bind_irc("restart", NULL, (SIGNAL_FUNC) command_self);
|
||||
/* SYNTAX: RPING <server> */
|
||||
command_bind_irc("rping", NULL, (SIGNAL_FUNC) command_self);
|
||||
/* SYNTAX: SQUIT <server>|<mask> <reason> */
|
||||
command_bind_irc("squit", NULL, (SIGNAL_FUNC) command_2self);
|
||||
/* SYNTAX: UPING <server> */
|
||||
@ -1088,7 +1086,6 @@ void irc_commands_deinit(void)
|
||||
command_unbind("hash", (SIGNAL_FUNC) command_self);
|
||||
command_unbind("oper", (SIGNAL_FUNC) cmd_oper);
|
||||
command_unbind("restart", (SIGNAL_FUNC) command_self);
|
||||
command_unbind("rping", (SIGNAL_FUNC) command_self);
|
||||
command_unbind("squit", (SIGNAL_FUNC) command_2self);
|
||||
command_unbind("uping", (SIGNAL_FUNC) command_self);
|
||||
command_unbind("userhost", (SIGNAL_FUNC) command_self);
|
||||
|
Loading…
Reference in New Issue
Block a user