mod_chat_history
Provides chat history at login and request
Loading the plugin
On Unix systems:
plugin /var/lib/uhub/mod_chat_history.so "history_max=<number> history_default=<number> history_connect=<number>"
plugin c:\path\to\mod_chat_history.dll "history_max=<number> history_default=<number> history_connect=<number>"
Details
This plug-in provides chat history functionality while logging into the hub, and also using the !history command.
Arguments
- history_max
- Specifies the maximum number of chat lines that will be kept
- history_default
- The number of history lines that will be printed when using the !history command and not specifying a number of lines to show.
- history_connect
- The number of lines which will be printed when users connect to the hub.