We are already convert the code to anope v2
Do you have this uploaded to GitHub or somewhere? The modules page for this only shows support for Anope 1.7.x still (C vs. C++ module).
1
on: Yesterday at 12:19:42 AM
|
||
Started by mikkel - Last post by KnownSyntax | ||
Do you have this uploaded to GitHub or somewhere? The modules page for this only shows support for Anope 1.7.x still (C vs. C++ module). |
2
on: September 21, 2023, 12:29:50 PM
|
||
Started by CrazyCat - Last post by CrazyCat | ||
Well, I've a weird bug.
In my module, I do: Code: [Select] void OnJoinChannel(User *u, Channel *c) anope_override The OnJoinChannel works well but the OnPartChannel does nothing, as if it was not called.No compilation error, no sql error, sounds weird. I also did a function to log pub and action which works well... Can't understand what the trouble is |
3
on: September 20, 2023, 11:00:54 PM
|
||
Started by CrazyCat - Last post by CrazyCat | ||
https://github.com/anope/anope/blob/2.0/include/modules.h#L482-L489 I was searching the wrong way ![]() Thx Sadie ! |
4
on: September 20, 2023, 08:39:55 PM
|
||
Started by CrazyCat - Last post by Sadie | ||
5
on: September 20, 2023, 05:08:07 PM
|
||
Started by CrazyCat - Last post by CrazyCat | ||
Hi there,
I'm working on a little module and want to hook when a user joins a channel, but looking at channels.cpp, there is no equivalent to OnLeaveChannel (for quit and part). Do I search in wrong way or is this really missing ? |
6
on: July 17, 2023, 04:05:35 PM
|
||
Started by Jed - Last post by Jed | ||
info mynick shows:
Quote -NickServ- XYZ is ... oper list shows: acces denied respectively. |
7
on: July 16, 2023, 09:16:26 AM
|
||
Started by Jed - Last post by Zemra | ||
show output of /ns info yournick and /os oper list
|
8
on: July 06, 2023, 09:20:28 AM
|
||
Started by Jed - Last post by Jed | ||
Hi
recently set up my IRC with unralircd and the new Anope branch. So far everthing works fine according chanserv and nickserv. However i'm unable to oper up my user as I wanted to add a Bot Always says Access denied no matter what command I give to os As far as I understand everything is alright so maybe its only a short thing, but I'm unable to find it. Would be glad if anyone could have a look. unrealircd.conf: Quote oper XYZ { rest is pretty standard. anope, services.conf: Quote oper Yes, XYZ is a registered nick. Could provide full .conf files if needed. Any help would be appreciated ![]() Thnk you. |
9
on: May 16, 2023, 10:31:28 PM
|
||
Started by The Myth Lives - Last post by CrazyCat | ||
Last message disregarded
![]() Nice to know it works well |
10
on: May 16, 2023, 06:54:48 PM
|
||
Started by The Myth Lives - Last post by The Myth Lives | ||
Disregard last message.
All works as expected. |