-
-
Notifications
You must be signed in to change notification settings - Fork 93
Closed
Milestone
Description
addbot <handle> <address>
Description: adds a new bot to the userlist with the handle and botaddress given (with no password and no flags)
Returns: 1 if successful; 0 if the bot already exists
Need to specify address format
-and-
Fix address format!
This probably shouldn't work:
.tcl addbot foo 1.1.1.1/3333/4444
Tcl: 1
.whois foo
HANDLE PASS NOTES FLAGS LAST
foo no 0 b never (nowhere)
ADDRESS: 1.1.1.1
users: 4444, bots: 3333
This should probably work:
.tcl addbot foo 1.1.1.1:4444/5555
Tcl: 1
.whois foo
HANDLE PASS NOTES FLAGS LAST
foo no 0 b never (nowhere)
ADDRESS: 1.1.1.1:4444
users: 5555, bots: 5555
(^^^ note all ports are 5555, not 4444/5555)
Metadata
Metadata
Assignees
Labels
No labels