[Plugin] IRC Plugin

Quote:
Originally Posted by Nubik
View Post
When using SSL version

Code:
Loading plugin: irc.so
Failed (libcrypto.so.0.9.8: cannot open shared object file: No such file or directory)
Debian 8 64bit
you have openssl and openssl-dev installed?
Reply

Quote:
Originally Posted by Nubik
View Post
When using SSL version

Code:
Loading plugin: irc.so
Failed (libcrypto.so.0.9.8: cannot open shared object file: No such file or directory)
Debian 8 64bit
Debian 7+ only has the libssl1.0.0 package so you will need to compile the plugin from source on your server.
Reply

i have this error
IRC_Connect: Expecting 8 parameter(s), but found 7
[19:46:10] *** IRC_Connect: Expecting 8 parameter(s), but found 7
Reply

Update your plugin.
Reply

Nice
Reply

Your answer was literally in front of you in the release post, are you so lazy to even read up the whole content?
PHP Code:
IRC_IsVoice(botidchannel[], user[]);

IRC_IsHalfop(botidchannel[], user[]);

IRC_IsOp(botidchannel[], user[]);

IRC_IsAdmin(botidchannel[], user[]);

IRC_IsOwner(botidchannel[], user[]); 
Reply

I get error25: function heading differs from prototype
Reply

Quote:
Originally Posted by HideAmbush
View Post
I get error25: function heading differs from prototype
For example, change this;
public IRC_OnJoinChannel(botid, channel[])
to this;
public IRC_OnJoinChannel(botid, const channel[])

Change this;
public IRC_OnLeaveChannel(botid, channel[], message[]) {
to this;
public IRC_OnLeaveChannel(botid, const channel[], const message[]) {

do it for all of the lines that you getting error
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)