.. _plugin-network: The Network plugin ================== Getting status -------------- .. _command-network-driver: network driver [] ^^^^^^^^^^^^^^^^^^^^^^^^^^ Returns the current network driver for **. ** is only necessary if the message isn't sent on the network to which this command is to apply. .. _command-network-networks: network networks ^^^^^^^^^^^^^^^^ Returns the networks to which the bot is currently connected. .. _command-network-latency: network latency [] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Returns the current latency to **. ** is only necessary if the message isn't sent on the network to which this command is to apply. Running commands ---------------- .. _command-network-whois: network whois [] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Returns the WHOIS response ** gives for **. ** is only necessary if the network is different than the network the command is sent on. .. _command-network-command: network command [ ...] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Gives the bot ** (with its associated **s) on **. (Dis)connecting --------------- .. _command-network-connect: network connect [--ssl] [] [] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Connects to another network (which will be represented by the name provided in **) at **. If port is not provided, it defaults to 6667, the default port for IRC. If password is provided, it will be sent to the server in a PASS command. If *--ssl* is provided, an SSL connection will be attempted. .. _command-network-reconnect: network reconnect [] [] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Disconnects and then reconnects to **. If no network is given, disconnects and then reconnects to the network the command was given on. If no quit message is given, uses the configured one (:ref:`supybot.plugins.Owner.quitMsg`) or the nick of the person giving the command. .. _command-network-disconnect: network disconnect [] [] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Disconnects from the network represented by the network **. If ** is given, quits the network with the given quit message. ** is only necessary if the network is different from the network the command is sent on. .. _plugin-network-config: Configuration ------------- .. _supybot.plugins.Network.public: supybot.plugins.Network.public ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Default value: True Determines whether this plugin is publicly visible.