]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/caller.h
Move STATS handler back to cmd_stats so it's hotpatchable again
[user/henk/code/inspircd.git] / include / caller.h
index 88e7df4a1349015623d24af1572299daa2d801b0..64b37611f04d4512e879322b5efae1ca8359c6c5 100644 (file)
@@ -44,7 +44,7 @@
  *
  * MyNewFunction replaceme(ServerInstance);
  *
- * someclass->MyFunction = &replaceme;
+ * someclass->MyFunction = \&replaceme;
  *
  * After this point, calls to someclass->MyFunction will call the new code in your
  * replacement functor.