Skip to content
This repository was archived by the owner on May 17, 2020. It is now read-only.

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

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages