The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download | Blog
Personal tools

Modules/conn waitpong

From Inspire IRCd (InspIRCd)

Jump to: navigation, search

Description

Sends a PING message with a random string to every client which connects, the client must reply with the correct PONG before it can connect.

Configuration Tags

<waitpong sendsnotice="yes" killonbadreply="no">
  • <waitpong:sendsnotice> - Send a server notice to users telling them to /raw PONG <random> if they cannot connect.
  • <waitpong:killonbadreply> - Sets if the client sending the wrong reply string results in killing them or just ignoring that PONG.

Both tags are boolean, yes/no, true/false, 1/0.

Additional Modes

None

Additional Commands

None

Special Notes

None