mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-11 15:12:29 +00:00
af100f8156
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3539 fc73d0e0-1445-4013-8a0c-d673dee63da5
16 lines
451 B
Text
16 lines
451 B
Text
^on -join "% #testdisabled *" {
|
|
/exec -msg #fte /home/moodles/svninfo.sh
|
|
/exec -msg #fte /home/moodles/count.sh
|
|
timer 60 //^part #fte Until the next SVN commit..
|
|
timer 120 //^quit
|
|
}
|
|
on connect "*quakenet.org*" {
|
|
/msg Q@CServe.quakenet.org AUTH AGorilla passwordhere
|
|
}
|
|
on ^channel_synch "#fte *"
|
|
{
|
|
exec -msg $0 /home/moodles/svninfo.sh
|
|
timer 1 //exec -msg $0 /home/moodles/count.sh
|
|
timer 60 //^part $0 Until the next SVN commit..
|
|
timer 120 //^quit
|
|
}
|