Raised This Month: $ Target: $400
 0% 

IRC Relay for SourceMod 2.5.0


Post New Thread Reply   
 
Thread Tools Display Modes
eric0279
AlliedModders Donor
Join Date: May 2007
Old 05-26-2008 , 19:56   Re: IRC Relay (v2.0.1) UPDATED!
Reply With Quote #131

Quote:
You typed a '?' in the config...
no no no !!!

I type exec sourcemod/ircrelay.cfg in hlsw and error :
Quote:
23:443 exec sourcemod/ircrelay.cfg
23:443 Unknown command "?//********************************************* ************"
23:443 L 05/26/2008 - 23:443: rcon from "192.168.1.2537": command "exec sourcemod/ircrelay.cfg"
I type in game in the console :

rcon_password pass_ron
rcon exec sourcemod/ircrelay.cfg => unknow command

I type in game in the console :
rcon_password pass_ron
exec sourcemod/ircrelay.cfg => unknow command

Script does not function correctly, I drop...

Thank you nevertheless of your assistance.
eric0279 is offline
DJ Tsunami
DJ Post Spammer
Join Date: Feb 2008
Location: The Netherlands
Old 05-26-2008 , 20:29   Re: IRC Relay (v2.0.1) UPDATED!
Reply With Quote #132

Yes yes yes!

Quote:
23:443 Unknown command "?//********************************************* ************"
Look, a ?. You accidentically typed it as first character in ircrelay.cfg. Remove it and try again.
__________________
Advertisements | REST in Pawn - HTTP client for JSON REST APIs
Please do not PM me with questions. Post in the plugin thread.
DJ Tsunami is offline
eric0279
AlliedModders Donor
Join Date: May 2007
Old 05-27-2008 , 03:32   Re: IRC Relay (v2.0.1) UPDATED!
Reply With Quote #133

Re-to download ircrelay, uploader and more problem

Last edited by eric0279; 05-27-2008 at 04:05.
eric0279 is offline
NedStar
Senior Member
Join Date: Apr 2005
Location: The Netherlands
Old 05-27-2008 , 07:31   Re: IRC Relay (v2.0.1) UPDATED!
Reply With Quote #134

Quote:
Originally Posted by Olly View Post
Check the config file, there is a flood value, inwhich messages will not get sent faster than that value

.
I figured that was only for sending messages from IRC to the server as I've tried putting it on 2 sec and it still happened. Probably messed something up myself then.

Also I've got another question.

Sometimes the commands from IRC aren't getting through and by simply redoing the command it will work. Any clue what this might be ?

Thanks in advance.
__________________
NedStar is offline
Send a message via MSN to NedStar
W][LDF][RE
Member
Join Date: Nov 2007
Location: Virginia,USA
Old 05-28-2008 , 19:44   Re: IRC Relay (v2.0.1) UPDATED!
Reply With Quote #135

I downloaded this today and started reading the instructions on how to install....everything was fine til #4, there is no ircrelay.cfg in the zip file.
I did however find 1 in this thread that someone else posted and I am gonna try to use it.
W][LDF][RE is offline
DJ Tsunami
DJ Post Spammer
Join Date: Feb 2008
Location: The Netherlands
Old 05-28-2008 , 20:48   Re: IRC Relay (v2.0.1) UPDATED!
Reply With Quote #136

I don't know where you downloaded it from, but there's an ircrelay.cfg in cfg/sourcemod in the zip file that's attached to the first post...
__________________
Advertisements | REST in Pawn - HTTP client for JSON REST APIs
Please do not PM me with questions. Post in the plugin thread.
DJ Tsunami is offline
W][LDF][RE
Member
Join Date: Nov 2007
Location: Virginia,USA
Old 05-29-2008 , 18:41   Re: IRC Relay (v2.0.1) UPDATED!
Reply With Quote #137

My bad...it was there. I think everything is correct, not getting any error messages but when I go to irc_addroot password tf2bot password, it is accepted but nothing happens. I have checked my database and it created the tables. no bot joins the channel
W][LDF][RE is offline
disconnect81
Senior Member
Join Date: Jul 2006
Location: Ottawa, ON, Canada
Old 05-29-2008 , 20:55   Re: IRC Relay (v2.0.1) UPDATED!
Reply With Quote #138

check logs
disconnect81 is offline
TimberM
Member
Join Date: Nov 2007
Old 05-31-2008 , 14:56   Re: IRC Relay (v2.0.1) UPDATED!
Reply With Quote #139

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
dmustanger
Member
Join Date: Mar 2008
Old 06-01-2008 , 15:25   Re: IRC Relay (v2.0.1) UPDATED!
Reply With Quote #140

i am getting this error can someone help?

Code:
L 06/01/2008 - 12:16:29: [SM] Native "SocketConnect" reported: Socket is already connected
L 06/01/2008 - 12:16:29: [SM] Displaying call stack trace for plugin "irc-relay-core.smx":
L 06/01/2008 - 12:16:29: [SM]   [0]  Line 677, irc-relay-core.sp::OnConfigsExecuted()
L 06/01/2008 - 12:16:29: [irc-relay-core.smx] socket error 5 (errno 22)
L 06/01/2008 - 12:16:29: [SM] Native "SocketIsConnected" reported: Invalid handle: 11927731
L 06/01/2008 - 12:16:29: [SM] Displaying call stack trace for plugin "irc-relay-core.smx":
L 06/01/2008 - 12:16:29: [SM]   [0]  Line 978, irc-relay-core.sp::ProcessMessageQueue()
L 06/01/2008 - 12:16:52: Error log file session closed.
L 06/01/2008 - 12:16:53: SourceMod error session started
L 06/01/2008 - 12:16:53: Info (map "de_dust2") (file "errors_20080601.log")
L 06/01/2008 - 12:16:53: [SM] Native "SocketBind" reported: Invalid handle: 11927731
L 06/01/2008 - 12:16:53: [SM] Displaying call stack trace for plugin "irc-relay-core.smx":
L 06/01/2008 - 12:16:53: [SM]   [0]  Line 674, irc-relay-core.sp::OnConfigsExecuted()
dmustanger 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 08:38.


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