.. _plugin:forward: ======= FORWARD ======= | about ----- | :author: FeedBackLoop :contact: FREENODE/#fbf :distribution: core :license: | description ----------- | forward events occuring on a bot to another bot through xmpp. | commands -------- | :commands in this plugin: forward-list .. forward-del .. forward-stop .. forward-allow .. forward .. forward-add | 1) *forward .. [handle_forward]* :description: arguments: - forward the channel tot other bots. :permissions: OPER .. FORWARD :code: :ref:`fbf.plugs.extra.forward_forward_command`. :examples: :: ;forward fbfbot@ done - forward 2) *forward-add .. [handle_forwardadd]* :description: arguments: - add a new forward (xmpp account). :permissions: OPER :code: :ref:`fbf.plugs.extra.forward_forward-add_command`. :examples: :: ;forward-add fbfbot@ done - forward-add 3) *forward-allow .. [handle_forwardallow]* :description: arguments: - allow a remote bot to forward to us. :permissions: OPER :code: :ref:`fbf.plugs.extra.forward_forward-allow_command`. :examples: :: ;forward-allow fbfbot@ done - forward-allow 4) *forward-del .. [handle_forwarddel]* :description: arguments: - delete a forward. :permissions: OPER .. FORWARD :code: :ref:`fbf.plugs.extra.forward_forward-del_command`. :examples: :: ;forward-del fbfbot@ done - forward-del 5) *forward-list .. [handle_forwardlist]* :description: no arguments: list forwards of a channel. :permissions: OPER .. FORWARD :code: :ref:`fbf.plugs.extra.forward_forward-list_command`. :examples: :: ;forward-list forwards for #test: 6) *forward-stop .. [handle_forwardstop]* :description: arguments: - stop forwarding the channel to other bots. :permissions: OPER .. FORWARD :code: :ref:`fbf.plugs.extra.forward_forward-stop_command`. :examples: :: ;forward-stop fbfbot@ done - forward-stop