{0, 979450354, {"Polling Feature", #396, {#5252, #5, #3, #2, #1}, {}, #7153, 1, 0, 0, 0, 0, 0, {}}, {{#1, {{#9457, "r", "obj_disk_size", 0}}}, {#2, {{#7153, "rc ", "www_desc", {"

%T (#%T~#)

", "*PASS*"}}, {#789, "r", "www_counter", 28 }, {#7165, "r", "subsidised", 0}, {#55, "r", "best_before", 982922175}, {#55, "r ", "aliases", {"Polling Feature", "poll"}}}}, {#3, {{#7153, "rc", "anchor", #-1} , {#7153, "c", "key", 0}}}, {#5, {}}, {#5252, {{#7153, "rc", "feature_verbs", {} }, {#562, "r", "users", {#7153}}, {#7153, "rc", "notify_for_guests", 1}, {#7153, "rc", "notify_by_page", 1}, {#7153, "rc", "feature_ok", 0}, {#562, "r", "usage" , {{"@polls", 33}, {"@addpoll", 10}, {"@latest", 3}}}}}, {#1371, {{#7153, "rc", "times", {{"hour", 3600}, {"day", 86400}, {"week", 604800}, {"month", 2419200}}} , {#7153, "rc", "max_polls", 5}, {#7153, "", "banned_add", {}}, {#7153, "", "ban ned_vote", {}}, {#7153, "c", "polls", {{"Does this thing work?!!", #7153, 345634 245, 1, 0, 1, {#7153}}, {"Does @addpoll work?", #7153, 0, 0, 0, 0, {}}, {"Test # 27....?", #7153, 905582002, 1, 0, 0, {#7153}}, {"Final test of @addpoll", #7153, 905582151, 0, 0, 0, {}}}}}}}, {{#7153, "rxdo", "@latest", "any", "none", "none" , "\"Usage: @latest\";", "\" -=> Gives you the latest results of polls.\";", "this:update_usage(verb);", "player:Tell($su:centre(\"Latest Results\", player:l inelen(), \"-\", \"-\"));", "for p in [1..length(this.polls)]", " player:tell(t ostr(player in polls[x][7]) ? \"* \" | \" \", tostr(p), \". \", valid(who = pol ls[x][2]) ? who.name | \"\", \"asked, \\\"\", polls[x][1], \"\\\"\", {} );", "endfor", "\"Last modified by Absolute (#7153) on Sun Sep 27 14:15:08 1998 EDT.\";"}, {#7153, "rxdo", "pulse", "this", "none", "this"}, {#7153, "rxdo", "@r mpoll", "any", "none", "none", "\"Usage: @rmpoll \";", "\" -=> Remove s the poll if you added it.\";", "if (!dobjstr || (n = tonum(dobjstr)) == 0)", " player:tell(\"Usage: @rmpoll \");", "elseif (n < 1 || n > length(this .polls))", " player:tell(\"The number must be withen a valid range. Current po lls number from 1-\", length(this.polls), \".\");", "elseif (this.polls[n][2] != player && player != this.owner)", " player:Tell(\"Sorry, only the owner of tha t poll can remove it\");", "else", " this.polls = setremove(this.polls, n);", " player:tell(\"Poll removed.\");", "endif", "\"Last modified by Absolute (#7153 ) on Sat Sep 12 01:44:16 1998 EDT.\";"}, {#7153, "rxdo", "get_time", "this", "no ne", "this", "{time} = args;", "if (!(t = tonum(time[1])))", " return 0;", "els e", " dur = 0;", " for x in [1..length(this.times)]", " if (index(this.time s[x][1], argstr[3..$]))", " dur = this.times[x][2];", " break;", " endif", " endfor", " if (!dur || dur * t >= 1209600)", " return 0;", " els e", " return time() + dur * t;", " endif", "endif", "\"Last modified by Abso lute (#7153) on Mon Aug 31