[SM] IRC Relay

IRC Relay by Olly
- Relay chat and control servers through IRC
This plugin provides control and information capabilities to be sent to and from IRC.

  • Core Features:
    • Messaging players from IRC
      • !msg [trigger] [playername]
    • Private messaging players from IRC
      • !pmsg [trigger] [playername]
    • Messaging IRC from in game
      • /irc [messagehere]
    • Ability to view all chat messages in game
      • !allchat [trigger] [0|1|on|off]
    • Ability to authenticate with IRC
      • GameSurge Only (for now)
      • !as [trigger] [message]
    • Player listings
      • !players [trigger]
      • !scores [trigger]
    • Detailed player info
      • !playerinfo [trigger] [playername]
    • Server information
      • !serverinfo [trigger]
    • Rcon, Kick, and Ban
      • !rcon [trigger] [rconcommand]
      • !kickplayer [trigger] [playername]
      • !banplayer [trigger] [playername]
    • Output to IRC when playersr are banned
    • Magic 8ball
      • This is what happens when you leave developers to their own devices
      • !magic8 [question]
      • !ask [question]
    • Define-able trigger for servers
    • Multiple game server support
    • Define-able server "groups" for executing commands on multiple servers at once
    • Multiple channel support
      • Up to 10 channels
    • Define-able Master Channel
      • Control commands can only come from this channel
    • Flood protection
  • Developer Features:
    • Ability to send messages through IRC Relay
      • IrcMessage(); native
    • Ability to register commands for use in IRC Relay
      • RegisterIrcCommand(); native
      • IrcGetCmdArgc(); native
      • IrcGetCmdArgv(); native


Coming soon..