User:Pizzahut: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(limitations)
m (static)
Line 1: Line 1:
I'm currently running an anti-spam bot that has a few limitations:
I'm currently running an anti-spam bot that has a few limitations:
* It's running on my own PC, which is '''''not''''' always on.
* It's running on my own PC, which is '''''not''''' always on.
* It does not evaluate the recent changes, so reverts can only be done for '''''given page names''''' and to '''''given revision numbers'''''. This also means that '''''only static pages''''' like the [http://developer.valvesoftware.com/w/index.php?title=User_talk:JeffLane&diff=79128&oldid=79111 "honeypots"] can be processed.
* It does not evaluate the recent changes, so reverts can only be done for '''''given page names''''' and to '''''given revision numbers'''''. This also means that '''''only static pages''''' like the [http://developer.valvesoftware.com/w/index.php?title=User_talk:JeffLane&diff=79128&oldid=79111 "honeypots"] can be processed. (With "static" I mean pages which won't be changed other than spam and its removal.)
* It does not have sysop access (a bot shouldn't have anyway), so '''''spammers can not be blocked''''' from editing.
* It does not have sysop access (a bot shouldn't have anyway), so '''''spammers can not be blocked''''' from editing.

Revision as of 13:34, 21 July 2008

I'm currently running an anti-spam bot that has a few limitations:

  • It's running on my own PC, which is not always on.
  • It does not evaluate the recent changes, so reverts can only be done for given page names and to given revision numbers. This also means that only static pages like the "honeypots" can be processed. (With "static" I mean pages which won't be changed other than spam and its removal.)
  • It does not have sysop access (a bot shouldn't have anyway), so spammers can not be blocked from editing.