Advertisement
Guest User

Untitled

a guest
Oct 20th, 2014
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.12 KB | None | 0 0
  1. contrib/mark.c: cmd->AddCommand("mark", Cmark, ALLARENAS, mark_help);
  2. contrib/mark.c: cmd->AddCommand("unmark", Cunmark, ALLARENAS, unmark_help);
  3. contrib/mark.c: cmd->AddCommand("destroy", Cdestroy, ALLARENAS, destroy_help);
  4. core/admincmd.c: cmd->AddCommand("admlogfile", Cadmlogfile, ALLARENAS, admlogfile_help);
  5. core/admincmd.c: cmd->AddCommand("getfile", Cgetfile, ALLARENAS, getfile_help);
  6. core/admincmd.c: cmd->AddCommand("putfile", Cputfile, ALLARENAS, putfile_help);
  7. core/admincmd.c: cmd->AddCommand("putzip", Cputzip, ALLARENAS, putzip_help);
  8. core/admincmd.c: cmd->AddCommand("putmap", Cputmap, ALLARENAS, putmap_help);
  9. core/admincmd.c: cmd->AddCommand("makearena", Cmakearena, ALLARENAS, makearena_help);
  10. core/admincmd.c: cmd->AddCommand("botfeature", Cbotfeature, ALLARENAS, botfeature_help);
  11. core/admincmd.c: cmd->AddCommand("cd", Ccd, ALLARENAS, cd_help);
  12. core/admincmd.c: cmd->AddCommand("pwd", Cpwd, ALLARENAS, pwd_help);
  13. core/admincmd.c: cmd->AddCommand("delfile", Cdelfile, ALLARENAS, delfile_help);
  14. core/admincmd.c: cmd->AddCommand("renfile", Crenfile, ALLARENAS, renfile_help);
  15. core/auth_ban.c: cmd->AddCommand("kick", Ckick, ALLARENAS, kick_help);
  16. core/auth_ban.c: cmd->AddCommand("listmidbans", Clistmidbans, ALLARENAS, listmidbans_help);
  17. core/auth_ban.c: cmd->AddCommand("listkick", Clistmidbans, ALLARENAS, listmidbans_help);
  18. core/auth_ban.c: cmd->AddCommand("delmidban", Cdelmidban, ALLARENAS, delmidban_help);
  19. core/auth_ban.c: cmd->AddCommand("delkick", Cdelmidban, ALLARENAS, delmidban_help);
  20. core/auth_ban.c: cmd->AddCommand("liftkick", Cdelmidban, ALLARENAS, delmidban_help);
  21. core/auth_file.c: cmd->AddCommand("passwd", Cpasswd, ALLARENAS, local_password_help);
  22. core/auth_file.c: cmd->AddCommand("local_password", Cpasswd, ALLARENAS, local_password_help);
  23. core/auth_file.c: cmd->AddCommand("addallowed", Caddallowed, ALLARENAS, addallowed_help);
  24. core/auth_file.c: cmd->AddCommand("set_local_password", Cset_local_password, ALLARENAS, set_local_password_help);
  25. core/billing.c: cmd->AddCommand("usage", Cusage, ALLARENAS, usage_help);
  26. core/billing.c: cmd->AddCommand("userdbid", Cuserdbid, ALLARENAS, userdbid_help);
  27. core/billing.c: cmd->AddCommand("userdbadm", Cuserdbadm, ALLARENAS, userdbadm_help);
  28. core/billing.c: cmd->AddCommand(NULL, Cdefault, ALLARENAS, NULL);
  29. core/billing_ssc.c: cmd->AddCommand("usage", Cusage, ALLARENAS, usage_help);
  30. core/billing_ssc.c: cmd->AddCommand("userid", Cuserid, ALLARENAS, userid_help);
  31. core/billing_ssc.c: cmd->AddCommand("userdbadm", Cuserdbadm, ALLARENAS, userdbadm_help);
  32. core/billing_ssc.c: cmd->AddCommand(NULL, Cdefault, ALLARENAS, NULL);
  33. core/buy.c: cmd->AddCommand("buy", Cbuy, arena, NULL);
  34. core/cmdman.c:local void AddCommand(const char *, CommandFunc, Arena *, helptext_t);
  35. core/cmdman.c: AddCommand, RemoveCommand,
  36. core/cmdman.c:void AddCommand(const char *cmd, CommandFunc f, Arena *arena,
  37. core/fake.c: cmd->AddCommand("makefake", Cmakefake, ALLARENAS, NULL);
  38. core/fake.c: cmd->AddCommand("killfake", Ckillfake, ALLARENAS, NULL);
  39. core/freqowners.c: cmd->AddCommand("giveowner", Cgiveowner, ALLARENAS, giveowner_help);
  40. core/freqowners.c: cmd->AddCommand("freqkick", Cfreqkick, ALLARENAS, freqkick_help);
  41. core/freqowners.c: cmd->AddCommand("takeownership", Ctakeownership, ALLARENAS, takeownership_help);
  42. core/game.c: cmd->AddCommand("spec", Cspec, ALLARENAS, spec_help);
  43. core/game.c: cmd->AddCommand("energy", Cenergy, ALLARENAS, energy_help);
  44. core/game_timer.c: cmd->AddCommand("timer", Ctimer, ALLARENAS, timer_help);
  45. core/game_timer.c: cmd->AddCommand("time", Ctime, ALLARENAS, time_help);
  46. core/game_timer.c: cmd->AddCommand("timereset", Ctimereset, ALLARENAS, timereset_help);
  47. core/game_timer.c: cmd->AddCommand("pausetimer", Cpausetimer, ALLARENAS, pausetimer_help);
  48. core/help.c: cmdman->AddCommand(command_name, Chelp, ALLARENAS, help_help);
  49. core/koth.c: cmd->AddCommand("resetkoth", Cresetkoth, ALLARENAS, NULL);
  50. core/log_sysop.c: cmd->AddCommand("lastlog", Clastlog, ALLARENAS, lastlog_help);
  51. core/notify.c: cmd->AddCommand(word, Cnotify, ALLARENAS, notify_help);
  52. core/objects.c: cmd->AddCommand("objon", Cobjon, ALLARENAS, objon_help);
  53. core/objects.c: cmd->AddCommand("objoff", Cobjoff, ALLARENAS, objoff_help);
  54. core/objects.c: cmd->AddCommand("objset", Cobjset, ALLARENAS, objset_help);
  55. core/objects.c: cmd->AddCommand("objmove", Cobjmove, ALLARENAS, objmove_help);
  56. core/objects.c: cmd->AddCommand("objimage", Cobjimage, ALLARENAS, objimage_help);
  57. core/objects.c: cmd->AddCommand("objlayer", Cobjlayer, ALLARENAS, objlayer_help);
  58. core/objects.c: cmd->AddCommand("objtimer", Cobjtimer, ALLARENAS, objtimer_help);
  59. core/objects.c: cmd->AddCommand("objmode", Cobjmode, ALLARENAS, objmode_help);
  60. core/objects.c: cmd->AddCommand("objinfo", Cobjinfo, ALLARENAS, objinfo_help);
  61. core/objects.c: cmd->AddCommand("objlist", Cobjlist, ALLARENAS, objlist_help);
  62. core/obscene.c: cmd->AddCommand("obscene", Cobscene, ALLARENAS, obscene_help);
  63. core/playercmd.c: cmd->AddCommand(ci->cmdname, ci->func, ALLARENAS, *ci->phelptext);
  64. core/quickfix.c: cmd->AddCommand("quickfix", Cquickfix, ALLARENAS, quickfix_help);
  65. core/quickfix.c: cmd->AddCommand("getsettings", Cquickfix, ALLARENAS, quickfix_help);
  66. core/sendfile.c: cmd->AddCommand("sendfile", Csendfile, ALLARENAS, sendfile_help);
  67. core/sendfile.c: cmd->AddCommand("acceptfile", Cacceptfile, ALLARENAS, acceptfile_help);
  68. core/sendfile.c: cmd->AddCommand("cancelfile", Ccancelfile, ALLARENAS, cancelfile_help);
  69. core/watchdamage.c: cmd->AddCommand("watchdamage", Cwatchdamage, ALLARENAS, watchdamage_help);
  70. core/watchdamage.c: cmd->AddCommand("watchwatchdamage", Cwatchwatchdamage, ALLARENAS, watchwatchdamage_help);
  71. database/aliasdb.c: cmd->AddCommand("alias", Calias, ALLARENAS, alias_help);
  72. database/aliasdb.c: cmd->AddCommand("qip", Cqip, ALLARENAS, qip_help);
  73. database/aliasdb.c: cmd->AddCommand("rawquery", Crawquery, ALLARENAS, rawquery_help);
  74. database/aliasdb.c: cmd->AddCommand("last", Clast, ALLARENAS, last_help);
  75. funky/autoturret.c: cmd->AddCommand("dropturret", Cdropturret, ALLARENAS, dropturret_help);
  76. funky/autoturret.c: cmd->AddCommand("resetturrets", Cresetturrets, ALLARENAS, NULL);
  77. funky/brickwriter.c: cmd->AddCommand("brickwrite", Cbrickwrite, ALLARENAS, NULL);
  78. funky/record.c: cmd->AddCommand("gamerecord", Cgamerecord, ALLARENAS, gamerecord_help);
  79. funky/record.c: cmd->AddCommand("rec", Cgamerecord, ALLARENAS, gamerecord_help);
  80. funky/sgcompat.c: cmd->AddCommand("sg_einfo", Csg_einfo, ALLARENAS, NULL);
  81. funky/sgcompat.c: cmd->AddCommand("sg_tinfo", Csg_tinfo, ALLARENAS, NULL);
  82. funky/sgcompat.c: cmd->AddCommand("sg_listmod", Csg_listmod, ALLARENAS, NULL);
  83. funky/sgcompat.c: cmd->AddCommand("sg_where", Csg_where, ALLARENAS, NULL);
  84. funky/sgcompat.c: cmd->AddCommand("sg_info", Csg_info, ALLARENAS, NULL);
  85. funky/sgcompat.c: cmd->AddCommand("sg_lag", Csg_lag, ALLARENAS, NULL);
  86. include/cmdman.h: void (*AddCommand)(const char *cmdname, CommandFunc func, Arena *arena, helptext_t ht);
  87. include/cmdman.h: * Use this to unregister handlers registered with AddCommand.
  88. pymod/pymod.c: cmd->AddCommand(cmdname, pycmd_command, arena, helptext);
  89. scoring/points_goal.c: cmd->AddCommand("setscore",Csetscore, ALLARENAS, setscore_help);
  90. scoring/points_goal.c: cmd->AddCommand("score",Cscore, ALLARENAS, score_help);
  91. scoring/points_goal.c: cmd->AddCommand("resetgame",Cresetgame, ALLARENAS, resetgame_help);
  92. scoring/stats.c: cmd->AddCommand("stats", Cstats, ALLARENAS, stats_help);
  93. turf/turf_reward.c: cmdman->AddCommand("turftime", C_turfTime, ALLARENAS, turftime_help);
  94. turf/turf_reward.c: cmdman->AddCommand("turfinfo", C_turfInfo, ALLARENAS, turfinfo_help);
  95. turf/turf_reward.c: cmdman->AddCommand("forceding", C_forceDing, ALLARENAS, forceding_help);
  96. turf/turf_reward.c: cmdman->AddCommand("turfresetflags", C_turfResetFlags, ALLARENAS, turfresetflags_help);
  97. turf/turf_reward.c: cmdman->AddCommand("turfresettimer", C_turfResetTimer, ALLARENAS, turfresettimer_help);
  98. turf/turf_stats.c: cmdman->AddCommand("turfstats", C_turfStats, ALLARENAS, turfstats_help);
  99. turf/turf_stats.c: cmdman->AddCommand("forcestats", C_forceStats, ALLARENAS, forcestats_help);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement