[Plugin] IRC Plugin

Yoshi you should also check what NickServ (or whatever service) responds to the IDENTIFY through IRC_OnUserNotice!
Reply

Good work! Can you make Jabber XMPP protocol, plugin? XMPP have conference too.
Reply

Very Good Plugin good job!
Reply

This is a Great, Great Plugin, Very Useful, indeed !

Great Work, dude !
Reply

pawn Код:
public IRC_OnUserSetChannelMode(botid, channel[], user[], host[], mode[])
{
    if (!strcmp("+m",mode,false)) AutoVoice = false;
    else if (!strcmp("-m",mode,false)) AutoVoice = true;
    else return 1;
    new msg[128];
    if (AutoVoice == true) format(msg,sizeof(msg),"2Automatic voice is now: on");
    else format(msg,sizeof(msg),"2Automatic voice is now: off");
    return IRC_GroupSay(gGroupID, channel, msg);
}
It won't detect the modes, why?
Reply

Please add support for setting the alternative nick of the bots. F.ex.
pawn Код:
native IRC_SetStringData(botid, data, string[]);
Reply

IRC commands?
Reply

Yeah, please add sth to do commands like "/cs"
Reply

What kind of IRC server do you guys recommend? Running it on my own Windows server? If yes, which Daemon? And if a network, which one?
Reply

this plugin dont work on 0.3c R5 on linux server?

it say plugin load, but gamemode become Unknown
when i remove plugin it say, correct gamemode
Reply

Why i get those errors? :S
Код:
irc.inc(38) : error 010: invalid function or declaration
irc.inc(38) : error 001: expected token: ";", but found "["
irc.inc(40) : error 010: invalid function or declaration
irc.inc(40) : error 001: expected token: ";", but found "["
irc.inc(43) : error 010: invalid function or declaration
irc.inc(43) : error 001: expected token: ";", but found "["
irc.inc(44) : error 010: invalid function or declaration
irc.inc(44) : error 001: expected token: ";", but found "["
irc.inc(47) : error 010: invalid function or declaration
irc.inc(47) : error 001: expected token: ";", but found "["
irc.inc(51) : error 010: invalid function or declaration
irc.inc(51) : error 001: expected token: ";", but found "["
irc.inc(52) : error 010: invalid function or declaration
irc.inc(52) : error 001: expected token: ";", but found "["
irc.inc(53) : error 010: invalid function or declaration
irc.inc(53) : error 001: expected token: ";", but found "["
irc.inc(58) : error 010: invalid function or declaration
irc.inc(58) : error 001: expected token: ";", but found "["
irc.inc(59) : error 010: invalid function or declaration
irc.inc(59) : error 001: expected token: ";", but found "["
irc.inc(69) : error 010: invalid function or declaration
irc.inc(69) : error 001: expected token: ";", but found "["
irc.inc(70) : error 010: invalid function or declaration
irc.inc(70) : error 001: expected token: ";", but found "["
irc.inc(71) : error 010: invalid function or declaration
irc.inc(71) : error 001: expected token: ";", but found "["
Reply

R this work with 0.3d?
Reply

Quote:
Originally Posted by [DRD]Rodney
Посмотреть сообщение
R this work with 0.3d?
Yes.
Reply

ok help
Reply

A simple question. How can I add something like IRC_GroupSay on my gamemode?
I've tried adding it and it shows the 'define' error.
Please reply ASAP.
Thanks.
Reply

Hi - Just installed 1.4.2 on 0.3d... the script I used to use with 1.3.6 used to funnel irc actions (/me scratches head) through On User Say, annddd it doesnt seem to work anymore unless I'm being dim lol.

Cheers,

ozzie
Reply

Help me, it comes from game. But it doesn't go from IRC too game whats code to I put and where too fix this. :/
Reply

Can anyone help? I've got the following details connected up:

pawn Код:
#define IRC_SERVER "irc.freenode.net"
#define IRC_PORT (6667)
#define IRC_CHANNEL "#*removed*"
But the bot never connects. The FS and Plugin load perfect (I checked server logs).

Any ideas?
Reply

Quote:
Originally Posted by MR,Mr
Посмотреть сообщение
Can anyone help? I've got the following details connected up:

pawn Код:
#define IRC_SERVER "irc.freenode.net"
#define IRC_PORT (6667)
#define IRC_CHANNEL "#*removed*"
But the bot never connects. The FS and Plugin load perfect (I checked server logs).

Any ideas?
#define IRC_CHANNEL "#removed"
Reply

reply:
Quote:
Originally Posted by AirKite
Посмотреть сообщение
Good work! Can you make Jabber XMPP protocol, plugin? XMPP have conference too.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)