diff --git a/.gitignore b/.gitignore index 2e29493..3935eb0 100644 --- a/.gitignore +++ b/.gitignore @@ -115,3 +115,4 @@ cmake-build-debug/ honeybot/log/* # visual studio code settings .vscode/ +/.vs diff --git a/honeybot/main.py b/honeybot/main.py index 8f6fcc8..f606035 100644 --- a/honeybot/main.py +++ b/honeybot/main.py @@ -109,7 +109,8 @@ def set_nick_command(self): str: String for the set nick command. Examples: - TODO + bot_core = Bot_core() + bot_core.set_nick_command() """ return 'NICK ' + self.name + '\r\n'