1
on: Today at 09:44:15 AM
|
||
Started by mikkel - Last post by CrazyCat | ||
Don't wait for any answer, this user doesn't share anything.
|
2
on: November 29, 2023, 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). |
3
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 |
4
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 ! |
5
on: September 20, 2023, 08:39:55 PM
|
||
Started by CrazyCat - Last post by Sadie | ||
6
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 ? |
7
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. |
8
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
|
9
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. |
10
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 |