Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

supybot-botchk(1) [debian man page]

SUPYBOT-BOTCHK(1)					      General Commands Manual						 SUPYBOT-BOTCHK(1)

NAME
supybot-botchk - A script to start Supybot if it's not already running. SYNOPSIS
supybot-botchk [options] DESCRIPTION
supybot-botchk is a script that will start Supybot if it detects that one is not currently running. This can be useful for scheduling supybot(1) to run via cron(8). OPTIONS
-h, --help Show summary of options. -v, --verbose Use verbose output when running the script. --botdir=BOTDIR Determines which directory the bot be started in. --pidfile=PIDFILE Specifies the name of the pidfile to look for. This should be relative to the given botdir. --supybot=SUPYBOT Specifies the location of supybot(1). If this is not given, it is assumed that supybot(1) is in the user's $PATH. --conffile=CONFFILE Specifies the path to the bot's configuration file. This will be used when (re)starting the bot. SEE ALSO
python(1), supybot(1), supybot-test(1), supybot-wizard(1), supybot-adduser(1), supybot-plugin-doc(1), supybot-plugin-create(1) AUTHOR
This manual page was originally written by James Vega <jamessan at supybot dot com>. Permission is granted to copy, distribute and/or mod- ify this document under the terms of the Supybot license, a BSD-style license. APRIL 2005 SUPYBOT-BOTCHK(1)

Check Out this Related Man Page

RBOT(1) 							   rbot man page							   RBOT(1)

NAME
rbot - IRC bot written in ruby SYNOPSIS
rbot [{[-d] | [--debug]} {[-h] | [--help]} {[-v] | [--version]} {[-l LEVEL] | [--loglevel LEVEL]} {[-b] | [--background]} {[-p PIDFILE] | [--pidfile PIDFILE]}] [confdir] DESCRIPTION
rbot starts the Rbot (ruby IRC bot). OPTIONS
This program follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -d, --debug Display debug information (very verbose). -h, --help Show summary of options. -v, --version Display version information. -l LEVEL, --loglevel LEVEL Sets the minimum log level verbosity. Possible values for the loglevel are 0 (DEBUG), 1 (INFO), 2 (WARN), 3 (ERROR), 4 (FATAL). The default loglevel is 1 (INFO messages). The logfile is located at BOTDIR/BOTNAME.log and doesn't contain IRC logs (which are located at BOTDIR/logs/*), but only rbot diagnostic messages. -b, --background Background (daemonize) the bot. -p PIDFILE, --pidfile PIDFILE Write the bot pid to PIDFILE. The default pidfile is BOTDIR/rbot.pid. BOTDIR Path to the directory where are stored the bot's configuration files. The default config directory is ~/.rbot. VERSION
This manual page was written by Marc Dequenes (Duck) Duck@DuckCorp.org for the Debian(TM) system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. AUTHORS
Marc Dequenes <Duck@DuckCorp.org> Debian(TM) package maintainer Giuseppe Bilotta <giuseppe.bilotta@gmail.com> rbot maintainer COPYRIGHT
Copyright (C) 2004-2009 Marc Dequenes (Duck) Copyright (C) 2010 Giuseppe Bilotta rbot 0.9.15 20100701 RBOT(1)
Man Page

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Bots

Hi i just joined i was wanting to know if anyone knew a good program or something to help me create a bot? (1 Reply)
Discussion started by: Bigin
1 Replies

2. Shell Programming and Scripting

GUNZIP not working when scheduling

Hi, I am facing this problem from few days. Am using gunzip to unzip .gz file in my script. If i am running manually its unziping the file. But when i am scheduling the script using demon.cron file, its not unzipping. Can anyone please tell me what could be the problem. Its very urgent.... (1 Reply)
Discussion started by: hchekuri
1 Replies

3. Post Here to Contact Site Administrators and Moderators

How do I create a forum bot?

*not sure if I posted this in the right place* How do I create a forum bot Like your gollum? (3 Replies)
Discussion started by: Max Mouse
3 Replies

4. Shell Programming and Scripting

Different time format in script, started in shell or in cron

I try to write a python script, which analyze user logon time with "who" command. When i start script in bash, i get this result: USER=mnadmin tty7 2009-04-18 11:37 (:0) But when i start script in cron, i get result like this: USER=mnadmin tty7 Apr 18 11:37 (:0) I see -... (2 Replies)
Discussion started by: jrush
2 Replies

5. Shell Programming and Scripting

Avoid script running multiple times by filelock

Sometimes we need a single instance of a script to run at a time. Meaning, the script itself should detects whether any instances of himself are still running and act accordingly. When multiple instances of one script running, it’s easy to cause problems. I’ve ever seen that about 350 instances... (4 Replies)
Discussion started by: edenCC
4 Replies

6. UNIX for Dummies Questions & Answers

running script without a path

can someone tell me how could I run a script in an environment that does not include a path? like the environment provided by cron? (1 Reply)
Discussion started by: ikeQ
1 Replies

7. UNIX for Dummies Questions & Answers

Script not running through Cronjob

Hi, I have a .ksh script which updates the database. The script is running fine manually but it is not running through cron.All the file permissions are fine. The script contents are as below: #!/usr/bin/ksh ddate=`date +%Y%m%d` echo $ddate nohup sqlplus crm/crm @db_state_sync.sql >>... (3 Replies)
Discussion started by: shivangi
3 Replies

8. Shell Programming and Scripting

expect script not running in cron "Urgent"

I wrote a script to download the files from sftp location to local. while running the script manually its working fine. when i schedule the same in cron its not working.... :wall::wall: here is the script: #!/bin/bash ... (2 Replies)
Discussion started by: ganga39
2 Replies