EggDrop

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
m (Created page with '==Create the initial user== Run eggdrop with the following arguments: <source lang="bash"> ./eggdrop -nm </source> Connect to the telnet port you configured, and enter '<code>NEW…')
 
m
 
Line 6: Line 6:
 
Connect to the telnet port you configured, and enter '<code>NEW</code>' as the username.<br>
 
Connect to the telnet port you configured, and enter '<code>NEW</code>' as the username.<br>
 
Then follow the steps to create a new account.<br>
 
Then follow the steps to create a new account.<br>
Enter: <code>.save</code> and <code>.quit</code>
+
Enter: <code>.save</code> and <code>.quit</code> (don't forget to <code>.save</code> after any changes!)
  
 
==Make the bot join a channel==
 
==Make the bot join a channel==
Line 14: Line 14:
 
The syntax is:
 
The syntax is:
 
<code>.+chan #''channel'' ''password''</code>
 
<code>.+chan #''channel'' ''password''</code>
 +
 +
==Give yourself permissions==
 +
{|
 +
| v || voice
 +
|-
 +
| o || op
 +
|-
 +
| m || master
 +
|-
 +
| n || owner
 +
|-
 +
| f || friend
 +
|-
 +
| p || partyline access
 +
|}
 +
<source lang="text">
 +
.chattr <handle> +o <#channel>
 +
</source>
 +
You must then request the given permission... e.g:
 +
<source lang="text">
 +
/msg <bot_nick> op <password>
 +
</source>

Latest revision as of 19:54, 20 March 2012

[edit] Create the initial user

Run eggdrop with the following arguments:

./eggdrop -nm

Connect to the telnet port you configured, and enter 'NEW' as the username.
Then follow the steps to create a new account.
Enter: .save and .quit (don't forget to .save after any changes!)

[edit] Make the bot join a channel

.+chan #libxbee

The syntax is: .+chan #channel password

[edit] Give yourself permissions

v voice
o op
m master
n owner
f friend
p partyline access
.chattr <handle> +o <#channel>

You must then request the given permission... e.g:

/msg <bot_nick> op <password>
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox