Talk:IRC
From PsychonautWiki
Jump to: navigation, search

Messages

supybot.replies.success: The operation succeeded.

supybot.replies.error: An error has occurred and has been logged. Please contact this bot\'s administrator for more information.

supybot.replies.incorrectAuthentication: Your hostmask doesn\'t match or your password is wrong.

supybot.replies.noUser: I can\'t find %s in my user database. If you didn\'t give a user name, then I might not know what your user is, and you\'ll need to identify before this command might work.

supybot.replies.notRegistered: You must be registered to use this command. If you are already registered, you must either identify (using the identify command) or add a hostmask matching your current hostmask (using the "hostmask add" command).

supybot.replies.noCapability: You don\'t have the %s capability. If you think that you should have this capability, be sure that you are identified before trying again. The \'whoami\' command can tell you if you\'re identified.

supybot.replies.genericNoCapability: You\'re missing some capability you need. This could be because you actually possess the anti-capability for the capability that\'s required of you, or because the channel provides that anti-capability by default, or because the global capabilities include that anti-capability. Or, it could be because the channel or supybot.capabilities.default is set to False, meaning that no commands are allowed unless explicitly in your capabilities. Either way, you can\'t do what you want to do.

supybot.replies.requiresPrivacy: That operation cannot be done in a channel.

supybot.replies.possibleBug: This may be a bug. If you think it is, please file a bug report at <http://sourceforge.net/tr acker/?func=add&group_id=58965&atid=489447>.

supybot.plugins.BadWords.kick.message: You have been kicked for using a word\ prohibited in the presence of this\ bot. Please use more appropriate\ language in the future.

Robo/Netcat

tmux new-session -d 'supybot /home/pjosepherum/robokins/Robokins.conf' tmux new-session -d 'set -f && while [ true ] ; do nc -w1 -u -l 51666 | while read line; do echo $line | nc 127.0.0.1 5050; done; done'