Custom new channel mode
Posted: Sat Jan 30, 2016 8:32 am
Hy!
I tryed something new but no luck so far.. and i decided to join you for further help. I want to create a new mode flag +y like this: /mode # +y Nick
What i have done so far:
struct.h; common.h; h.h; src/channel.c; /modules/m_mode.c; m_server.c; m_whois.c; m_nick.c; m_whois.c; /modules/chaneel.c <== all of this updated for +y flag
#define MODE_VIP CHFL_VIP
- added new flags, channel prefix
- added classes and new functions
When i use the coomand, it says: invalid flag (y). I mention that i have no error on compiling modules.
I really need a little help here. Or maybe is another way to do that.
I tryed something new but no luck so far.. and i decided to join you for further help. I want to create a new mode flag +y like this: /mode # +y Nick
What i have done so far:
struct.h; common.h; h.h; src/channel.c; /modules/m_mode.c; m_server.c; m_whois.c; m_nick.c; m_whois.c; /modules/chaneel.c <== all of this updated for +y flag
#define MODE_VIP CHFL_VIP
- added new flags, channel prefix
- added classes and new functions
When i use the coomand, it says: invalid flag (y). I mention that i have no error on compiling modules.
I really need a little help here. Or maybe is another way to do that.