[Plugin] IRC Plugin

Does anyone have this issue where echoing is fine, but then it goes through a patch of not echoing at all.

But then it will work later on...
Reply

Anyone know why the commands don't work in my admin channel?

If I do !kick without no parameters it enters the command and says I need more params. (Normal Channel)

But If I do it in the admin channel I don't get any response at all.

Command: http://pastebin.com/t58kr9B6

Sometimes the IRC drops out receiving a "ping timeout"
Reply

(Stupid question) How do I add the bot ID?
Reply

(Stupid question) How do I add the bot ID?

what you want exectly ?
Reply

Quote:
Originally Posted by Namer
Посмотреть сообщение
(Stupid question) How do I add the bot ID?

what you want exectly ?
I mean like (for example) for JoinChannel(bodid, channel).

How do I add/get the bot's ID?

EDIT: nvm, Fixed
Reply

I'm rather new here, But I wish for someone to please upload all of the includes for pawno so I can compile this, I've got the irc plugin, But not the others, If someone could link me them it'd be appreciated (I'd like for someone to PM me them the links, Thanks alot)

Well, Nice script, Looking good.
Reply

Ordinal 110 not found in the library dll ssleay32.dll
Reply

Quote:
Originally Posted by Nadim
Посмотреть сообщение
Ordinal 110 not found in the library dll ssleay32.dll
You need the OpenSSL library.

Quote:
Originally Posted by Incognito
Посмотреть сообщение
The OpenSSL library is required for the SSL version of the plugin. If the server is running Windows, download the Win32 OpenSSL Light Installer from Shining Light Productions. If the server is running Linux, install the "openssl" package.
Reply

Good Work
Reply

One question
How do I make IRC only send Admin chats to Users with Half-OP and above..
Reply

Quote:
Originally Posted by COL
Посмотреть сообщение
One question
How do I make IRC only send Admin chats to Users with Half-OP and above..
You can make an Admin channel on IRC to see the "Admin chats", "PM's" and and "Commands" which were typed by the players.
Reply

This plugin is so awesome, used it many times..
Reply

Anyone else had this issue?

My script compiles fine, no errors, and I try to connect my irc bot, but nothing happens at all.
I checked my logs, and there's nothing there either, IRC_OnConnectAttempt dosen't print anything, it's like IRC_Connect dosen't even get called or something but I have it on my OnGameModeInit

I tried different servers, different channels, nothing helps at all. I am using default code mostly, from the filterscript.
Any ideas?

Atleast it should print something, right? But there's nothing at all.

Where can I find version 1.4.4?
Reply

A corrected version has been posted.
Reply

I noticed that messages dont always show up in the same order as they were sent.
Code:
IRCCMD:test(botid, channel[], user[], host[], params[])
{
	IRC_GroupSay(ircgroup, channel, "1");
	IRC_GroupSay(ircgroup, channel, "2");
	IRC_GroupSay(ircgroup, channel, "3");
	IRC_GroupSay(ircgroup, channel, "4");
	IRC_GroupSay(ircgroup, channel, "5");
	return 1;
}
This shows up. (order is different every time)
Code:
(20:10) <~Rick> !test
(20:10) <&Banana> 1
(20:10) <&Orange> 3
(20:10) <&Coconut> 2
(20:10) <&Coconut> 5
(20:10) <&Banana> 4
Does anyone know a way to solve this?
Reply

@Rick..

Please try to use "IRC_Say(botid, channel, msg);" function in your IRC command. That works for me.
Reply

Why exactly would the messages need to be in exact order? You may be using the wrong medium for your purposes.
Reply

Quote:
Originally Posted by CrossUSAAF
View Post
@Rick..

Please try to use "IRC_Say(botid, channel, msg);" function in your IRC command. That works for me.
I tried it and it looks to be working, thanks.

Quote:
Originally Posted by Vince
View Post
Why exactly would the messages need to be in exact order? You may be using the wrong medium for your purposes.
Some messages, like a list of specific data, look better and are easier to read when they show up in correct order.
Reply

Anyone know how to fix: *** IRC_Connect: Expecting 8 parameter(s), but found 7
Reply

Quote:
Originally Posted by Translator
View Post
Anyone know how to fix: *** IRC_Connect: Expecting 8 parameter(s), but found 7
Update your include and plugin.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)