dbot/modules/udp/README.md

13 lines
518 B
Markdown
Raw Normal View History

2013-03-06 18:48:48 +01:00
# UDP
Prints UDP packets; designed for a [MediaWiki installation](https://www.mediawiki.org/wiki/Manual:$wgRC2UDPAddress).
2013-03-06 17:34:59 +01:00
# Configuration
## server
2013-03-06 17:52:24 +01:00
The server name, as configured in the main ``config.json``, that depressionbot will announce packets on.
2013-03-06 17:34:59 +01:00
## channel
2013-03-06 17:52:24 +01:00
The channel name, that depressionbot will announce packets on.
2013-03-06 17:34:59 +01:00
## port
The port depressionbot will listen for UDP packets on.
## address
The address depressionbot will allow UDP packets from. UDP packets sent from a different address will be ignored.