10.03.2017, 11:18
[Plugin] IRC Plugin
10.03.2017, 18:29
11.06.2017, 18:33
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
IRC_Connect: Expecting 8 parameter(s), but found 7
[19:46:10] *** IRC_Connect: Expecting 8 parameter(s), but found 7
11.06.2017, 19:42
Update your plugin.
12.06.2017, 13:00
Nice
11.09.2017, 18:35
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(botid, channel[], user[]);
IRC_IsHalfop(botid, channel[], user[]);
IRC_IsOp(botid, channel[], user[]);
IRC_IsAdmin(botid, channel[], user[]);
IRC_IsOwner(botid, channel[], user[]);
02.06.2019, 13:21
I get error25: function heading differs from prototype
06.05.2020, 08:23
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
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
« Next Oldest | Next Newest »
Users browsing this thread: 4 Guest(s)