Raised This Month: $ Target: $400
 0% 

IRC Relay for SourceMod 2.5.0


Post New Thread Reply   
 
Thread Tools Display Modes
Author
TimberM
Member
Join Date: Nov 2007
Plugin ID:
283
Plugin Version:
2.5.0
Plugin Category:
All
Plugin Game:
Any
Plugin Dependencies:
    Servers with this Plugin:
    3 
    Plugin Description:
    Plugin to relay stuff from game server, to IRC channels
    Old 05-31-2008 , 14:56   Re: IRC Relay (v2.0.1) UPDATED!
    Reply With Quote #1

    Help me,
    My IRCRelay Will not Send or Recive ANY Server Messages (Like people Talking without /IRC)

    Info: Its a Gameserver Server, Its running Linux, I Have sockets installed, I Have SM and MM Installed

    I dident touch the databases because i dident know what to do... idk if thats the problem...

    SourceMod/ircrelay.cfg:
    Code:
    //*********************************************************
    //*  IRC Relay Core
    //*********************************************************
    irc_server "irc.dal.net"
    irc_port 6667
    irc_password ""
    irc_nickname "IRCRelay"
    // NAME CANNOT CONTAIN SPACES, OR QUOTES (This will be the bot trigger too!)
    irc_name "Public"
    // The delay from each message dispatch from the message queue
    irc_flood_limit 0.5
    // Group list for triggers
    irc_trigger_groups "All"
    // The type of channel to send /irc messages from in-game to
    //    * 1 = Public Channels
    //    * 2 = Private Channels
    //    * 3 = Both types
    irc_relay_replytype 1
    // Display raw IRC data in console, and log files
    irc_debug 0
    // Enable sending of colour codes
    irc_color 1
    //*********************************************************
    //*  Authentication Module
    //*********************************************************
    // The auth string to send (Dont remove %s, that will be replaced by username/pass)
    // GameSurge (ChanServ): AUTHSERV AUTH %s %s
    // QuakeNet (Q): PRIVMSG [email protected] :auth %s %s
    irc_auth_string "AUTHSERV AUTH %s %s"
    // AuthServ login details (optional)
    irc_auth_username ""
    irc_auth_password ""
     
    //*********************************************************
    //*  Sets the access levels required to run each command (0-300)
    //*********************************************************
    // Add User
    irc_xs_adduser 300
    // Make the relay speak in the channel
    irc_xs_say 300
    // Make the relay reload a module (SHOULD BE 300!)
    irc_xs_reload 300
    // Get player list
    irc_xs_players 0
    // Get information on a player
    irc_xs_playerinfo 0
    // Send a message to everyone in the server
    irc_xs_msg 0
    // Makes the relay perform an action (/me)
    irc_xs_act 200
    // Makes the relay perform an action (/me)
    irc_xs_act 200
    // Send a message to one player in the server
    irc_xs_page 100
    // Make the relay join a new channel
    irc_xs_join 300
    // Make the relay part from a channel
    irc_xs_part 300
    // == ADMIN COMMANDS ==
    // Kick a player from the server
    irc_xs_kick 150
    // Bans a player from the server
    irc_xs_ban 160
    // Executes a command on the server (RCON)
    irc_xs_rcon 250
    Addons/SourceMod/configs/ircrelay/Channels.txt:

    // Contains which channels to join, and some properties
    //
    // Channel types:
    // IRC_CHANNEL_PUBLIC - Public channel
    // IRC_CHANNEL_PRIVATE - Private channel
    "Channels"
    {
    "#HappyCampa"
    {
    "type" "IRC_CHANNEL_PUBLIC"
    }
    "#HappyCampa"
    {
    "type" "IRC_CHANNEL_PUBLIC"
    }
    }


    Do you see any problems.. It will not do anything. I Typed: <@HappyCampa> !Public.version
    <@HappyCampa> !Public.commands

    And it dident do anything.............

    Please Help... This Issue Sucks
    It Joins the IRC Channel, If someone types /irc hi it will say hi in the irc, But i cant say Hi or anything back.... i cant check version or anything like that.. And i cant see what is going on in my server.. Like ppl joining and Talking... (Witch is needed for my server) Its odd that it would work on version 1.0 and in version 1.0 of ollys IRCRELAY it would show me everything that is going on in the server (Including Chat and when people Join)

    I Want Version 1.0 Back if this wont work.. the v1.0 download is broken

    Last edited by TimberM; 05-31-2008 at 17:41.
    TimberM is offline
    Reply



    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off

    Forum Jump


    All times are GMT -4. The time now is 22:39.


    Powered by vBulletin®
    Copyright ©2000 - 2024, vBulletin Solutions, Inc.
    Theme made by Freecode