1876
Other / Re: The Omnimaga BBS Project
« on: May 26, 2014, 02:57:29 am »
wha, nice, gotta give this a try!
EDIT: fail
EDIT: fail
Code: [Select]
[sorunome@sorunome-desktop ~]$ telnet derpy.juju2143.ca
Trying 137.175.175.153...
Connected to derpy.juju2143.ca.
Escape character is '^]'.
Username: Sorunome
Password:
Logging in...
Welcome to
▀ ▄▄▄▄
▄▀▀█▀ █▀▄▀▄ ▀▀█▀█▀ ▀█ █▀▄▀▄ ▄▀▀▄▀ █ █ ▄▀▀▄▀
█ █ █ █ █ █ █ █ ▄ █ █ █ █ █ ▀▀▀█ █ █
▀▀ ▀ ▀ ▀ ▀ ▀▀ ▀ ▀ ▀ ▀ ▀▀ ▀ ▀▀▀ ▀▀ ▀
The Coders of Tomorrow since 2001
Welcome back Sorunome! You are connection #1.
1 users online.
Usertype: normal | Posts: 6014
o> help
Help on built in commands
? [<command>] - Display help
BYE - Exit the command shell
ECHO <text to echo> - Echo text back to the console.
EXIT - Exit the command shell
HELP [<command>] - Display help
HISTORY - Display the command history
INFO - Provides some information about the current terminal.
LOGOUT - Exit the command shell
QUIT - Exit the command shell
TIMEIT <time> <message> - In <time> seconds, display <message>.
TIMER <time> <message> - In <time> seconds, display <message>.
WHOAMI - Returns your username.
o> whoami
Traceback (most recent call last):
File "build/bdist.linux-x86_64/egg/telnetsrv/telnetsrvlib.py", line 992, in handle
self.COMMANDS[cmd](params)
File "./omnibbs.py", line 286, in command_whoami
self.writeresponse(self.omnilogin['username'])
File "build/bdist.linux-x86_64/egg/telnetsrv/telnetsrvlib.py", line 738, in writeresponse
self.writeline(text)
File "build/bdist.linux-x86_64/egg/telnetsrv/telnetsrvlib.py", line 746, in writeline
self.write(text+chr(10))
TypeError: unsupported operand type(s) for +: 'instance' and 'str'
Connection closed by foreign host.