Advertisement
_MM_IKKE

[mIRC] To Do list

Aug 27th, 2012
367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. Under construction:
  2. -Commands:
  3. -check all commands if they work with ctrl + o
  4. -update !open + error messages
  5. -automatically warn channels on notices
  6.  
  7. ---------------------------------------------------------------
  8.  
  9. To be done:
  10. -edit some larger write commands to work with fopen & fclose
  11. -!info: list of information topics
  12. -AFK:
  13. -detect chats, who said what //working on echo logging at the moment
  14. -detect if I'm IG myself //unsure if will be done
  15. -generally improved performance working with more than one echo //done
  16. -fix kick/ban:
  17. -multiple bots getting kicked
  18. -check correctly unsetting (prevention of more kicks within 5 minutes)
  19. -don't kick if not on channel (raw?)
  20. -bottalk improvement:
  21. -more quotes
  22. -normal talk
  23. -generally adding more stuff
  24. -rework random quotes:
  25. -the more active the channel, the more active the bots
  26. -not logging banned words anymore (prevention of 'learning' them instead of echo'ing)
  27. -editing the way words are blacklisted (preventing a huge if-elseif-elseif-... code)
  28. -blacklisting IPs and links
  29. -Major change to channel system:
  30. -allow owner to enable/disable commands
  31. -multiple owners
  32. -check if errors are all in same format
  33. -edit commands to use $isowner and $isprotect
  34. -IKKE2:
  35. -ungroup from IKKE1
  36. -separate ajoin list
  37. -if (%bot1 == $me) > if ($bot_active($chan) == $me) for $bot_say
  38. -fix !version: automated response on blocked CTCPs
  39. -user files:
  40. -join message for IKKE1/IKKE2 (or $bot_say ?)
  41. -link accounts
  42. -save certain stuff (?)
  43. -check aliases to return error when no paramaters
  44. -edit suggestions:
  45. -multiple suggestions
  46. -check if everything works
  47. -fix !stfu
  48. -ping command for users
  49.  
  50. ---------------------------------------------------------------
  51.  
  52. Might be done:
  53. -Edit bot output for channel mode +c (the one which disallows you to send) (CHECK FOR OP STATUS)
  54. -fix quiz
  55. -trivia
  56. -bot scripting:
  57. -add var, while, set etc.
  58. -save in .mrc instead of .ini : no need to specify lines
  59. -adapt to new $bot_say
  60. -release a custom popups.ini
  61. -ban file with channels & nicknames?
  62. -one big process command to:
  63. -learn
  64. -check if it's a command (cmdlist.txt)
  65. -reply to the command
  66. -check if command is banned on specified channel
  67. -$allow($chan,$nick) ?
  68. -$bot_say:
  69. -add delay
  70. -Use $bot_say for #[MM]IKKE.echo as well (will only work with 3 bots)
  71.  
  72. ---------------------------------------------------------------
  73.  
  74. RPG
  75. -accounts to ini files: easier processing
  76. -dynamic user list (nickname changes + default nameà
  77. -rework changing ranks ("sort" function - make an overall ranking to count decreases as well)
  78. -usage of custom variables using /return
  79. -$rpg_health($nick)
  80. -generally working further on it
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement