×
Create a new article
Write your page title here:
We currently have 3,189 articles on s23. Type your article name above or create one of the articles listed here!



    s23
    3,189Articles
    in:
    Revision as of 19:09, 19 December 2005 by imported>Kunda (→‎New SQL queries: used the <tt> markup, hows it look?)

    Antisect was a british hardcore punk band and is an IRC bots of the Eggdrop variety. It is running a selfmade script that can access this Wiki.


    <@AntiSect> S23-Wiki script by mutante. Here are the triggers, mutante

    <@AntiSect> .title <string> - SEARCHes for a string in page TITLE (Alias .find)

    <@AntiSect> .content <string> - SEARCHes for a string in the page CONTENT (Alias .full)

    <@AntiSect> .display <page> - SHOWs the CONTENT of a wiki page (currently firsti 120 chars)

    <@AntiSect> .rc - SHOWs the last 5 CHANGES on the Wiki (Recent Changes)

    <@AntiSect> .popular - SHOW the most POPULAR wiki pages (hit count)

    <@AntiSect> .sysops - SHOW the wiki SYSOPS

    <@AntiSect> .stats - SHOW the wiki STATISTICS

    <@AntiSect> .teach <page> - Bonus Trigger: Teach padma (infobot) about <page> ;)

    <@AntiSect> .help - SHOW this HELP message


    to be extended...

    <tasks> [1] fix wiki bot commands,broken because of mediawiki upgrade </tasks>

    New SQL queries

    Get recent changes:

    select rc_title,rc_comment,rc_user_text,rc_timestamp from recentchanges order by rc_timestamp asc limit 3;

    Get most popular page(s):

    select page_id,page_title,page_counter from page order by page_counter limit 5;


    ---

    < avar> mutante: use recentchanges < Duesentrieb> mutante: select <stuff> from page join revision on rev_page_id = page_id where <foo>

    select page_id,page_title,page_counter from page join revision on rev_id = page_id where page_title LIKE "Sandbox" limit 1;

    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.