×
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

    WikiTcl: Difference between revisions

    Content added Content deleted
    imported>12-216-173-182.client.mchsi.com
    No edit summary
     
    imported>mutante
    mNo edit summary
    Line 6: Line 6:
    http://mutante.s23.org/eggwiki.php
    http://mutante.s23.org/eggwiki.php


    <pre>
    -===============mutante=============-
    # ===============mutante=============-
    #w00t ganja power v1.2;
    # w00t ganja power v1.2;
    #peace!;
    # peace!;
    # thanks blackcat ;)


    bind pub - !test test10
    bind pub - !wiki wiki10


    proc wiki10 {nick host hand chan text} {

    set data10 [exec bash -c "lynx -source http://s23.org/~mutante/eggwiki.php"];
    proc test10 {nick host hand chan text} {
    set data10 [exec bash -c "lynx -source http://mutante.s23.org/eggwiki.php"];
    putlog "$data10";
    putlog "$data10";
    regsub -all {
    regsub -all {
    Line 21: Line 22:


    }
    }
    #end test10
    #end wiki10

    </pre>

    ---

    to do: need to sort out doubles

    Revision as of 00:23, 29 March 2004

    http://mutante.s23.org/wiki.php

    http://mutante.s23.org/wiki.php?type=src-tcl

    URL for bot to read: http://mutante.s23.org/eggwiki.php

    # ===============mutante=============-
    # w00t ganja power v1.2;
    # peace!;
    # thanks blackcat ;)
    
    bind pub - !wiki wiki10
    
    proc wiki10 {nick host hand chan text} {
    set data10 [exec bash -c "lynx -source http://s23.org/~mutante/eggwiki.php"];
    putlog "$data10";
    regsub -all {
    } $data10 {} data11;
    putserv "PRIVMSG $chan :�034$data11�034";
    
    }
    #end wiki10
    
    

    ---

    to do: need to sort out doubles

    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.