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

  1. Newsgroups: alt.irc
  2. Path: sparky!uunet!usc!hela.iti.org!cs.widener.edu!eff!sol.ctr.columbia.edu!spool.mu.edu!agate!stanford.edu!hubcap!rpointe
  3. From: rpointe@hubcap.clemson.edu (Robey Pointer)
  4. Subject: Re: Bots, WarBots, Fun?
  5. Message-ID: <1992Nov9.212443.14768@hubcap.clemson.edu>
  6. Organization: Clemson University
  7. References: <1992Nov7.023211.6142@ra.oc.com> <1992Nov9.115758.15047@ugle.unit.no>
  8. Date: Mon, 9 Nov 1992 21:24:43 GMT
  9. Lines: 40
  10.  
  11. gardabr@unix1 (Gard Eggesbo Abrahamsen) writes:
  12.  
  13. >I said PROGRAMMING TEXHNIQUES, and giving people an op can be a bit more than
  14. >a single /on -join Gard mode $C +o $0
  15. >  As an example, I have on Glurg this one:
  16.  
  17. >on -leave gard assign isgard 0
  18. >on -signoff gard assign isgard 0
  19. >on  -join   "* #24892" who -nick $0
  20. >on #-who 1 "* gard" if "[$3@$4]=[gard@data3d.mrih.no]" "assign isgard 1" "assign isgard 0"
  21. >on #-who 2 "* gard" if "[$3@$4]=[gardabr@unix1.mrih.no]" "assign isgard 1"
  22. >on #-who 3 "* gard" if "[$3@$4]=[gardabr@158.38.66.44]" "assign isgard 1"
  23. >on #-who 4 "* gard" if "[$3@$4]=[gard@158.48.66.43]" "assign isgard 1"
  24. >on #-who 5 "* gard" if "[$isgard]=[1]" "mode $0 +o $1" "kick $0 $1"
  25. >assign isgard 0
  26.  
  27. >This is not just an op, but an ensurement that only I will have my Nick - at
  28. >least on channel #24892. This will prevent abuse of Glurg's mode commands.
  29.  
  30. What about people who do a /NICK?  Your bot won't catch that.
  31.  
  32. >Also, earlier on, Glurg walked freely around on different channels commenting
  33. >things, responding to whatever the people said, and in most cases, it would
  34.  
  35. This is VERY BAD.  A bot should NEVER do this.  As a general rule, a bot should
  36. not join any channel except its "host" channel uninvited.
  37.  
  38. >Of course there is no agreement - now. That is because the bot programmers
  39. >don't have a forum in which they can get the agreement. Whilst on IRC, they
  40. >are more interrested in debugging their bot or talking social stuff with
  41. >others. A newsgroup like alt.irc.bots would work fine for that.
  42.  
  43. This is a vote of YES for alt.irc.bots
  44.  
  45. robey
  46. -- 
  47. Robey Pointer               | "The perfect kiss"  -New Order, "Perfect Kiss"
  48. rpointe@hubcap.clemson.edu  | "Find the river"  -REM, "Find the River"
  49. IRC: Robey                  | "It's not my birthday"  -TMBG, "It's NMB"
  50.  
  51.