Edit History Actions Discussion

Diff for "Blinkenbot"

Differences between revisions 6 and 17 (spanning 11 versions)
Revision 6 as of 2007-11-18 22:59:03
Size: 1645
Comment: new optional argument for !vouch
Revision 17 as of 2015-01-17 15:49:04
Size: 2614
Editor: independence
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
Blinkenbot helps with small things around the channel, and also keeps logs to generate statistics (moste active user, most active times etc) that's available at: http://blinkenbot.blinkenshell.org/ Blinkenbot helps with small things around the channel, and also keeps logs to generate [[http://blinkenbot.blinkenshell.org/|statistics]] (moste active user, most active times and so on).
Line 11: Line 11:

=== Seen ===
Line 15: Line 17:

=== Signup Database Check ===
Line 23: Line 27:
=== Nickname Lookup ===
Line 24: Line 30:
!vouch [days] !signupnick [nickname]
Line 26: Line 32:
Print info about which users are awaiting vouches, and a link to the page that describes how to [:Info/Approve:vouch] for someone.
Line 28: Line 33:
Optional argument days specifies how recent users must have been active to show up on the list, default is 14 days. Checks the signup database for any account connected with the IRC nickname
Line 30: Line 35:
=== Vouch Database Check ===

{{{
!vouch
}}}
Print info about which users are currently awaiting vouches, and a link to the page that describes how to [[Info/Approve|vouch]] for someone.


=== System ===
Line 38: Line 52:

=== Vote kick ===

{{{
!votekick <nickname>
}}}

Three votes are required to kick someone. Only Blinkenshell members connecting from triton can vote for kicking someone. When kicking someone a 10 minute ban is also applied for the entire host.

Abusing this command will get you kicked+banned from the channel!

=== register ===

{{{
!register <username> <password>
}}}

register your username against the bot database

This command (and all other commands that include a password) must be sent to the bot privately, not in a channel.

=== identify ===

{{{
!identify <username> <password>
}}}

identify <username> with bot
This command (and all other commands that include a password) must be sent to the bot privately, not in a channel.

Being registered and identified are two necessary steps to use the !quote command

Blinkenbot

Blinkenbot is the official IRC bot for Blinkenshell. It's powered by supybot (a powerful python based IRC bot), and has a special plugin for Blinkenshell.

Blinkenbot helps with small things around the channel, and also keeps logs to generate statistics (moste active user, most active times and so on).

To use Blinkenbot, you can either pm it, or send messages in the main chat. In main chat, blinkenbot reacts to !<command> or blinkenbot: <command>

To get some help, type !list for available plugins, !list <plugin> for available commands for a specific plugin, and !help command for help about a specific command.

List of commands

Seen

!seen <nickname>

Prints info about when nickname was last seen in the channel.

Signup Database Check

!signup [username] [all]

Prints info about username from the signup database (step and last seen) or a link to the signup page if no username is specified.

If the keyword all is specified at the end (like: !signup independence all) you will get information about NickServ username and the time when the signup account was created.

Nickname Lookup

!signupnick [nickname]

Checks the signup database for any account connected with the IRC nickname

Vouch Database Check

!vouch

Print info about which users are currently awaiting vouches, and a link to the page that describes how to vouch for someone.

System

!system <uptime,time>

Print info about the system:

  • uptime - Displays output from uptime (uptime, number of users online, load)

  • time - Displays exact server time

Vote kick

!votekick <nickname>

Three votes are required to kick someone. Only Blinkenshell members connecting from triton can vote for kicking someone. When kicking someone a 10 minute ban is also applied for the entire host.

Abusing this command will get you kicked+banned from the channel!

register

!register <username> <password>

register your username against the bot database

This command (and all other commands that include a password) must be sent to the bot privately, not in a channel.

identify

!identify <username> <password>

identify <username> with bot This command (and all other commands that include a password) must be sent to the bot privately, not in a channel.

Being registered and identified are two necessary steps to use the !quote command