Skip to content
This repository has been archived by the owner on May 17, 2020. It is now read-only.
/ echo-plugin Public archive

Plugin that broadcasts echo messages for the Nuwani IRC bot

License

Notifications You must be signed in to change notification settings

LVPlayground/echo-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

echo-plugin

This plugin provides two natives to the Pawn runtime intended to broadcast messages over UDP to a specified destination.

native EchoMessage(message[]);

Distributes message to the previously set destination. The maximum length of message is defined by the Pawn runtime.

native SetEchoDestination(hostname[], port);

Sets hostname:port to be the destination of the UDP broadcast messages. hostname will be resolved before being set.

About

Plugin that broadcasts echo messages for the Nuwani IRC bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published