Fixed typo in chat script
This commit is contained in:
parent
16be677b61
commit
841c8ef7c0
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
weechat-curses -r "/set irc.look.temporary_servers on; /connect irc://`whoami`@locahost:6667/#thunix"
|
||||
weechat-curses -r "/set irc.look.temporary_servers on; /connect irc://`whoami`@localhost:6667/#thunix"
|
||||
|
|
Loading…
Reference in New Issue