Posts: 60
Threads: 10
Joined: Jul 2011
Reputation:
0
Thanks, i got 2 more question.
how i may i disable a command which get appearing from irc like !ikick 5 test from appearing in channel yo other users.
2. How do i sent a message to user from server using dcmd.
Thanks in advance.
Posts: 2,938
Threads: 162
Joined: May 2010
Can you github this project?
Posts: 2,938
Threads: 162
Joined: May 2010
There is a new problem, sometimes IRC_OnUserSay isn't called atall or something... The bots identify and join the channels fine. They are voiced.
3 bots are identified as one main bot (grouped).
The other callbacks seem to work fine.
No run time issues or anything.
Posts: 470
Threads: 7
Joined: Nov 2013
Reputation:
0
- Meh, sorry for posting. I got it.
Posts: 470
Threads: 7
Joined: Nov 2013
Reputation:
0
15.05.2015, 13:37
(
Последний раз редактировалось Evocator; 15.05.2015 в 17:50.
)
Ok sometimes when i send a command, it gets called twice. I don't know whats causing this tho. Is it a bug? I have the latest plugin version.
Posts: 2,938
Threads: 162
Joined: May 2010
Posts: 173
Threads: 8
Joined: Dec 2013
Reputation:
0
Ehh. Functions like IRC_IsUserOnChannel, IRC_IsVoice, owner, op and etc.. Only work under IRCCMD and can't work in a function or such.. any possible fix?
Posts: 113
Threads: 43
Joined: Apr 2013
Reputation:
0
link dont work give mi new link pleaseee
Posts: 41
Threads: 14
Joined: Aug 2013
Reputation:
0
Hello, I'm having trouble with the plugins.
When doing !m message, it displays the message with IRC_GroupSay twice on linux.
When running the same script with a windows plugin, it works perfectly fine and it displays the message just once (IRC_GroupSay). This is only the case with commands, it doesn't do this on OnPlayerDeath for example.
Is there anyone that could help me with this problem?
Posts: 23
Threads: 4
Joined: Nov 2014
Reputation:
0
IRC Plugin not work for SAMP 0.3.7 R2-1 ?
Posts: 470
Threads: 37
Joined: Nov 2010
Reputation:
0
I can use that to send a command from php user panel to my server with parameters like: /jail [time] [reason] ?