home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / alt / irc / 4013 < prev    next >
Encoding:
Text File  |  1992-11-09  |  3.4 KB  |  93 lines

  1. Newsgroups: alt.irc
  2. Path: sparky!uunet!mcsun!sunic!aun.uninett.no!ugle.unit.no!unix1!gardabr
  3. From: gardabr@unix1 (Gard Eggesbo Abrahamsen)
  4. Subject: Re: Bots, WarBots, Fun?
  5. Message-ID: <1992Nov9.115758.15047@ugle.unit.no>
  6. Sender: news@ugle.unit.no (NetNews Administrator)
  7. Organization: University of Trondheim, Norway
  8. X-Newsreader: TIN [version 1.1 PL6]
  9. References: <1992Nov7.023211.6142@ra.oc.com>
  10. Date: Mon, 9 Nov 92 11:57:58 GMT
  11. Lines: 80
  12.  
  13. Herman H. Fredriksson (herm@merlin.etsu.edu) wrote:
  14. : In article <1992Nov6.084134.17493@ugle.unit.no> gardabr@unix1 (Gard Eggesbo Abrahamsen) writes:
  15. : >> I still feel alt.irc.bot would be useful (...)
  16. : NOT.
  17.  
  18. I guess that is what we are discussing, or what?
  19.  
  20. : > [..people message this dude becos they want to have a whizbang bot too..]
  21.  
  22. Do you know how annoying that is?
  23. : > Also, programming techniques could be shared, so that all bots would be
  24. : Lame, weenie bots which give people a op (oh w0w) can be share/copied.
  25.  
  26. I said PROGRAMMING TEXHNIQUES, and giving people an op can be a bit more than
  27. a single /on -join Gard mode $C +o $0
  28.   As an example, I have on Glurg this one:
  29.  
  30.  
  31. on -leave gard assign isgard 0
  32. on -signoff gard assign isgard 0
  33.  
  34. on  -join   "* #24892" who -nick $0
  35.  
  36. on #-who 1 "* gard" if "[$3@$4]=[gard@data3d.mrih.no]" "assign isgard 1" "assign isgard 0"
  37. on #-who 2 "* gard" if "[$3@$4]=[gardabr@unix1.mrih.no]" "assign isgard 1"
  38. on #-who 3 "* gard" if "[$3@$4]=[gardabr@158.38.66.44]" "assign isgard 1"
  39. on #-who 4 "* gard" if "[$3@$4]=[gard@158.48.66.43]" "assign isgard 1"
  40. on #-who 5 "* gard" if "[$isgard]=[1]" "mode $0 +o $1" "kick $0 $1"
  41.  
  42. assign isgard 0
  43.  
  44. This is not just an op, but an ensurement that only I will have my Nick - at
  45. least on channel #24892. This will prevent abuse of Glurg's mode commands.
  46.  
  47. Also, earlier on, Glurg walked freely around on different channels commenting
  48. things, responding to whatever the people said, and in most cases, it would
  49. take quite a while or a /whois Glurg to discover that he was a bot. Now, that
  50. need a little more programming technique than a /on join Gard mode $C +o $0
  51.  
  52. : >optimized accordingly, and we could have fewer bots because bot programmers
  53. : Oh my god, the word bot, and optimized in the same sentence.
  54.  
  55. Surprised by that? Optimizing could be like... having an assigned variable
  56. containing all the channels the bot is supposed to visit. and than just move
  57. a pointer every time he's supposed to visit a new channel, rather than having
  58. 24892 on timer statements.
  59.  
  60. : >could agree to have only ONE bot with that and that function, and so on,
  61. : There is no agreement. That is why we have bot wars. 
  62.  
  63. Of course there is no agreement - now. That is because the bot programmers
  64. don't have a forum in which they can get the agreement. Whilst on IRC, they
  65. are more interrested in debugging their bot or talking social stuff with
  66. others. A newsgroup like alt.irc.bots would work fine for that.
  67. : >if you get my drift...
  68. : >       (gardabr@unix1.mrih.no)
  69. : herm
  70. : (say NO to unattended bots)
  71.  
  72. say YES for better and more intelligent bots.
  73.  
  74. : -- 
  75. : -- Herman Fredriksson -------- <herm@merlin.etsu.edu> ------ _ ---------
  76. : -- IRC Politician ----------- <herm@coombs.anu.edu.au> --- _| ~-, ------
  77. : -- East Texas State University --------------------------- \   _) ------
  78. : -- Commerce, Texas, USA -- "Everthing's Bigger'n'Better" --  \(  ------- 
  79.  
  80.  Gard Eggesboe Abrahamsen   (gardabr@unix1.mrih.no)
  81.                             "The world is 24892 atoms"
  82.  
  83.