added configuration (re)load event
[NeonServV5.git] / src / modules.c
index 4de2468fb237d819ffc5bda26f62a91a301ea30e..2b722dbb029c19cd5c8846e3b65cfc4153b0991a 100644 (file)
@@ -1,4 +1,4 @@
-/* modules.c - NeonServ v5.4
+/* modules.c - NeonServ v5.5
  * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
@@ -113,8 +113,8 @@ void *global_functions[] = {
 /* 054 */ (Function) unbind_nick,
 /* 055 */ (Function) bind_part,
 /* 056 */ (Function) unbind_part,
-/* 057 */ (Function) NULL, /* deprecated */
-/* 058 */ (Function) NULL, /* deprecated */
+/* 057 */ (Function) bind_reload,
+/* 058 */ (Function) unbind_reload,
 /* 059 */ (Function) bind_kick,
 /* 060 */ (Function) unbind_kick,
 /* 061 */ (Function) bind_topic,