1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-03 22:53:12 +02:00
Files
unrealircd/src/modules
Bram Matthys 992bed3c7a Similar to previous commit, change: alter HOOKTYPE_MODE_DEOP function:
-int hooktype_mode_deop(aClient *sptr, aClient *victim, aChannel *chptr, u_int what, char modechar, long my_access, char **badmode);
+int hooktype_mode_deop(aClient *sptr, aClient *victim, aChannel *chptr, u_int what, int modechar, long my_access, char **badmode);
.. this to get rid of a compiler warning and potential problem.
2018-04-22 16:09:10 +02:00
..
2018-04-22 14:36:21 +02:00
2018-04-22 14:36:21 +02:00
2018-04-22 14:36:21 +02:00
2018-04-22 14:36:21 +02:00
2017-02-10 14:28:32 +01:00
2017-04-07 20:06:36 +02:00
2018-04-22 09:50:13 +02:00
2018-04-22 14:36:21 +02:00
2004-05-12 22:02:05 +00:00