Switch to DuckDuckGo Search
   January 26, 2017  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | >

Toggle Join/Part | bottom
[00:21:55] *** Unit193 <Unit193!ukikie@ubuntu/member/unit193> has quit IRC (Read error: Connection reset by peer)
[00:22:31] *** Unit193 <Unit193!ukikie@ubuntu/member/unit193> has joined #supybot
[01:59:04] *** AlexPortable <AlexPortable!uid7568@gateway/web/irccloud.com/x-qjrgcdfmmtmmowid> has joined #supybot
[01:59:16] <AlexPortable> How can I disable the syntax for commands in a specific channel?
[01:59:42] <AlexPortable> For example there are some commands that will return a full line of text
[02:11:03] <AlexPortable> and possibly a command whitelist for users
[02:12:41] <AlexPortable> %list plugins
[02:12:50] <AlexPortable> &list plugins
[02:12:51] <gribble> Error: 'plugins' is not a valid plugin.
[02:12:55] <AlexPortable> &list
[02:12:55] <gribble> Admin, Alias, Anonymous, AutoMode, BadWords, BitcoinData, Channel, ChannelLogger, ChannelStats, Conditional, Config, Debug, Dict, Dunno, Factoids, Filter, Format, GPG, Games, Gatekeeper, Google, Herald, Internet, Later, Market, Math, MessageParser, Misc, Network, OTCOrderBook, Owner, Plugin, RSS, RatingSystem, Reply, Scheduler, Seen, Services, Status, String, Time, Topic, URL, Unix, (1 more message)
[02:13:08] <AlexPortable> &list Google
[02:13:09] <gribble> cache, calc, fight, google, lucky, and phonebook
[02:13:16] <AlexPortable> &google
[02:13:16] <gribble> (google <search> [--{filter,language} <value>]) -- Searches google.com for the given string. As many results as can fit are included. --language accepts a language abbreviation; --filter accepts a filtering level ('active', 'moderate', 'off').
[02:13:25] <AlexPortable> basically removing this ^
[02:54:00] <RelayBot> <jamessan@oftc> ,,(config search simple)
[02:54:00] <gribble> supybot.reply.showSimpleSyntax and supybot.plugins.BadWords.simpleReplacement
[02:54:10] <RelayBot> <jamessan@oftc> ,,(config help reply.showSimpleSyntax)
[02:54:10] <gribble> Supybot normally replies with the full help whenever a user misuses a command. If this value is set to True, the bot will only reply with the syntax of the command (the first line of the help) rather than the full help. (Current value: False)
[03:55:17] *** nanotube <nanotube!~nanotube@unaffiliated/nanotube> has quit IRC (Ping timeout: 240 seconds)
[04:04:00] *** FUBAR-BDHR_____ <FUBAR-BDHR_____!~FUBAR-BDH@host-198-252-112-64.brdband.com> has joined #supybot
[04:04:08] *** FUBAR-BDHR_____ is now known as FUBAR-BDHR_
[04:04:40] *** FUBAR-BDHR____ <FUBAR-BDHR____!~FUBAR-BDH@host-198-252-112-64.brdband.com> has quit IRC (Ping timeout: 260 seconds)
[04:06:40] *** nanotube <nanotube!~nanotube@unaffiliated/nanotube> has joined #supybot
[04:59:08] *** }ls{ <}ls{!~kalle@unaffiliated/ls/x-8089558> has quit IRC (Quit: real life interrupt)
[05:17:53] *** AlexPortable <AlexPortable!uid7568@gateway/web/irccloud.com/x-qjrgcdfmmtmmowid> has quit IRC (Quit: Connection closed for inactivity)
[06:17:42] *** Freejack <Freejack!~Freejack@unaffiliated/freejack> has quit IRC (Ping timeout: 240 seconds)
[06:22:40] *** Freejack <Freejack!~Freejack@unaffiliated/freejack> has joined #supybot
[07:37:52] *** AlexPortable <AlexPortable!uid7568@gateway/web/irccloud.com/x-brsmiaqjzftqnlno> has joined #supybot
[07:39:13] <AlexPortable> jamessan: is it possible to remove the help message completely? or put another error message
[07:40:00] <AlexPortable> and how can I make a command whitelist? can I anticapability on -* ?
[07:44:14] <AlexPortable> and if I make a blacklist on a plugin, how does the system knows its a plugin and not a command?
[08:09:29] <pinkieval> &config help supybot.capabilities
[08:09:29] <gribble> These are the capabilities that are given to everyone by default. If they are normal capabilities, then the user will have to have the appropriate anti-capability if you want to override these capabilities; if they are anti-capabilities, then the user will have to have the actual capability to override these capabilities. See docs/CAPABILITIES if you don't understand why these default to (2 more messages)
[08:09:37] <pinkieval> &config list supybot.capabilities
[08:09:37] <gribble> default
[08:09:40] <pinkieval> &config help supybot.capabilities.default
[08:09:40] <gribble> Determines whether the bot by default will allow users to have a capability. If this is disabled, a user must explicitly have the capability for whatever command he wishes to run. (Current value: True)
[08:09:43] <pinkieval> AlexPortable: --^
[08:11:08] <AlexPortable> so I should disable this
[08:11:19] <AlexPortable> (set it to false)
[08:16:07] *** themill <themill!~stuart@unaffiliated/themill> has quit IRC (Ping timeout: 256 seconds)
[08:20:19] <AlexPortable> how about commands I make with aka, should I define them by hand?
[08:36:46] *** themill <themill!~stuart@unaffiliated/themill> has joined #supybot
[09:04:58] <pinkieval> what do you mean?
[09:23:09] *** themill <themill!~stuart@unaffiliated/themill> has quit IRC (Ping timeout: 240 seconds)
[09:24:52] *** themill <themill!~stuart@unaffiliated/themill> has joined #supybot
[09:32:40] <AlexPortable> if i set the capabilities.default to false
[09:32:45] <AlexPortable> and make an alias with the aka plugin
[09:32:56] <AlexPortable> will members in the channel be able to execute it?
[09:41:49] <pinkieval> no
[10:00:54] <AlexPortable> thanks
[10:01:00] <AlexPortable> is it possible to remove the help message completely? or put another error message
[10:01:12] <AlexPortable> so it won't display anything here:
[10:01:15] <AlexPortable> &google
[10:01:16] <gribble> (google <search> [--{filter,language} <value>]) -- Searches google.com for the given string. As many results as can fit are included. --language accepts a language abbreviation; --filter accepts a filtering level ('active', 'moderate', 'off').
[11:05:23] <pinkieval> &config list reply
[11:05:23] <gribble> #inPrivate, #requireChannelCommandsToBeSentInChannel, #showSimpleSyntax, #whenNotAddressed, #whenNotCommand, #withNickPrefix, #withNotice, @#mores, @error, @format, @whenAddressedBy, maximumLength, oneToOne, and withNoticeWhenPrivate
[11:05:32] <pinkieval> &config list reply.error
[11:05:32] <gribble> #inPrivate, #noCapability, #withNotice, and detailed
[11:05:40] <pinkieval> no
[11:05:55] <pinkieval> why do you want to do that?
[11:32:07] *** WakiMiko <WakiMiko!~WakiMiko@unaffiliated/wakimiko> has quit IRC (Max SendQ exceeded)
[11:32:26] *** WakiMiko <WakiMiko!~WakiMiko@unaffiliated/wakimiko> has joined #supybot
[11:38:55] <tinyhippo> anyone know if there's a supybot plugin for sed replacement? so say if I typo "I really like Donald Trump"
[11:39:07] <tinyhippo> then subsequently I do "s/like/loathe/"
[11:39:17] <tinyhippo> supybot will they go tinyhippo meat: I really loathe Donald Trump
[11:44:47] <pinkieval> tinyhippo: SedRegex or Replacer or https://sourceforge.net/p/gribble/wiki/MessageParser_Plugin/#ex-post-typo-correction
[11:50:10] <tinyhippo> yay
[11:50:12] <tinyhippo> thanks pinkieval
[12:00:45] <AlexPortable> pinkieval: because the syntax isn't needed
[12:01:21] <AlexPortable> I added the capability for Google to supybot.capabilities but it's not allowed still
[12:05:50] <pinkieval> &config help supybot.capabilities
[12:05:50] <gribble> These are the capabilities that are given to everyone by default. If they are normal capabilities, then the user will have to have the appropriate anti-capability if you want to override these capabilities; if they are anti-capabilities, then the user will have to have the actual capability to override these capabilities. See docs/CAPABILITIES if you don't understand why these default to (2 more messages)
[12:06:35] <pinkieval> AlexPortable: what capability did you give?
[12:07:58] <AlexPortable> pinkieval: the command itself
[12:08:03] <AlexPortable> in this case &google
[12:10:00] <AlexPortable> should I supply the plugin where the command can be executed through?
[12:12:26] <pinkieval> hmm
[12:12:42] <pinkieval> did you prefix the capability with the &?
[12:14:27] <niko> with capabilities.default to false, you must add command, Plugin.command and Plugin
[12:14:51] <pinkieval> oh
[12:26:51] <AlexPortable> pinkieval: nope without &
[12:27:08] <AlexPortable> so what should I do? add all 3?
[12:45:12] *** }ls{ <}ls{!~kalle@p5DC9AB3D.dip0.t-ipconnect.de> has joined #supybot
[12:45:12] *** }ls{ <}ls{!~kalle@p5DC9AB3D.dip0.t-ipconnect.de> has quit IRC (Changing host)
[12:45:12] *** }ls{ <}ls{!~kalle@unaffiliated/ls/x-8089558> has joined #supybot
[12:50:26] <AlexPortable> niko: why not just plugin.command?
[12:50:57] <niko> does it work with only that ?
[12:56:49] <AlexPortable> not sure I'm confused
[12:56:58] <AlexPortable> should I also whitelist identify?
[12:57:45] <AlexPortable> and can I also whitelist for a channel only?
[14:36:08] *** }ls{ <}ls{!~kalle@unaffiliated/ls/x-8089558> has quit IRC (Quit: real life interrupt)
[15:03:42] *** }ls{ <}ls{!~kalle@p5DC9AB3D.dip0.t-ipconnect.de> has joined #supybot
[15:03:42] *** }ls{ <}ls{!~kalle@p5DC9AB3D.dip0.t-ipconnect.de> has quit IRC (Changing host)
[15:03:42] *** }ls{ <}ls{!~kalle@unaffiliated/ls/x-8089558> has joined #supybot
[15:23:21] <AlexPortable> how do i make the bot pm nickserv?
[15:24:23] <tinyhippo> AlexPortable: are you using it on freenode?
[15:24:28] <AlexPortable> nope
[15:25:07] <tinyhippo> if the network you're connecting to supports SASL, you could do: config search sasl
[15:25:14] <tinyhippo> and it can identify using SASL
[15:25:16] <tinyhippo> otherwise
[15:25:24] <tinyhippo> I think there's a Services module
[15:25:28] <AlexPortable> well i want to set some usermodes
[15:25:31] <AlexPortable> which require me to msg nickserv
[15:25:34] <AlexPortable> and not identify
[15:26:28] <AlexPortable> What's the difference between defaultcapability and capabilities ?
[15:26:35] <AlexPortable> &config help supybot.capabilities
[15:26:35] <gribble> These are the capabilities that are given to everyone by default. If they are normal capabilities, then the user will have to have the appropriate anti-capability if you want to override these capabilities; if they are anti-capabilities, then the user will have to have the actual capability to override these capabilities. See docs/CAPABILITIES if you don't understand why these default (2 more messages)
[15:26:38] <AlexPortable> &config help supybot.defaultcapability
[15:26:38] <gribble> Error: 'supybot.defaultcapability' is not a valid configuration variable.
[15:26:42] <tinyhippo> AlexPortable: automatically? or you want to tell it to msg nickserv?
[15:26:52] <AlexPortable> tinyhippo: tell it
[15:26:56] <AlexPortable> by hand
[15:27:07] <AlexPortable> &config help supybot.plugins.owner.defaultcapability
[15:27:08] <gribble> Error: 'supybot.plugins.owner.defaultcapability' is not a valid configuration variable.
[15:27:09] <tinyhippo> AlexPortable: ircquote
[15:27:12] <AlexPortable> &config help plugins.owner.defaultcapability
[15:27:13] <gribble> Error: 'supybot.plugins.owner.defaultcapability' is not a valid configuration variable.
[15:27:25] <tinyhippo> &help ircquote
[15:27:25] <gribble> (ircquote <string to be sent to the server>) -- Sends the raw string given to the server.
[15:27:57] <AlexPortable> raw string?
[15:28:03] <AlexPortable> so i can just do /msg user2 hi ?
[15:28:07] <AlexPortable> ircquote msg user2 hi
[15:28:24] <AlexPortable> nope didnt work
[15:28:58] <tinyhippo> of couse you cant tell gribble to do that
[15:29:17] <tinyhippo> otherwise you could say &ircquote msg nickserv set password hunter2
[15:30:05] <tinyhippo> AlexPortable: have you looked into the handbook for supybot at all?
[15:30:23] <tinyhippo> if not, start here: http://supybook.fealdia.org/devel/#_services_nickserv
[17:01:52] <AlexPortable> &ircquote msg AlexPortable hi
[17:01:52] <gribble> Error: You don't have the owner 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.
[17:02:05] <AlexPortable> this isn't working for me
[17:16:36] *** tinyhippo is now known as im_ded
[17:16:39] *** im_ded is now known as tinyhippo
[17:18:42] <AlexPortable> and how about the permissions?
[17:18:50] <AlexPortable> it's not working
[17:47:09] <AlexPortable> what is the raw command for querying an user?
[17:48:02] <tinyhippo> AlexPortable: for sending a private message?
[17:48:15] <AlexPortable> yes
[17:48:16] <Ace_> /query <nick>
[17:48:17] <tinyhippo> PRIVMSG AlexPortable :Whats up?
[17:48:26] <AlexPortable> PRIVMSG thx
[17:48:37] <tinyhippo> AlexPortable: but thats not the answer you're looking for
[17:48:45] <Ace_> but its better to open a query
[17:49:48] <AlexPortable> a bit
[17:49:53] <AlexPortable> i need to set /mode
[17:50:29] *** XSlicer <XSlicer!~XS@e24011.upc-e.chello.nl> has joined #supybot
[18:06:07] <AlexPortable> nvm solved it all
[18:06:08] <AlexPortable> thanks
[19:10:04] *** Iota- is now known as kspencer
[21:47:23] *** Smuckerz <Smuckerz!~C2N14@198.12.67.121> has quit IRC (Changing host)
[21:47:23] *** Smuckerz <Smuckerz!~C2N14@wrongplanet/smuckerz> has joined #supybot
[22:01:11] *** Smuckerz is now known as blah
[22:05:52] *** blah is now known as Smuckerz
[22:12:05] *** XSlicer <XSlicer!~XS@e24011.upc-e.chello.nl> has quit IRC (Remote host closed the connection)
[23:49:11] *** erasmus <erasmus!~erasmus@unaffiliated/erasmus> has joined #supybot
[23:49:26] <erasmus> hello anyone here?
[23:49:53] <erasmus> how is the best way to handle freenode's SASL issues cause freenode isn't letting my bot connect.
[23:50:03] <erasmus> I did what was asked of me in the wizard.
[23:50:15] <erasmus> Error message from freenode: Closing Link:
[23:50:19] <erasmus> (SASL access only)
[23:50:24] <erasmus> how do you fix?
[23:53:32] <pinkieval> erasmus: this is not an “SASL issue”
[23:53:38] <pinkieval> it's an issue with your bot not using SASL
[23:54:08] <pinkieval> here is how to enable SASL: http://doc.supybot.aperio.fr/en/latest/use/identifying_to_services.html
[23:54:40] <pinkieval> but it only works on Limnoria, not on stock Supybot
[23:55:31] <erasmus> ok so config networks.<network>.sasl.username AccountName
[23:55:31] <erasmus> config networks.<network>.sasl.password P455w0rd
[23:55:50] <erasmus> ok can you really just tell me exactly what to do?
[23:57:15] <pinkieval> give these commands to the bot
[23:57:41] <pinkieval> replace <network> by the network name, and AccountName and P455w0rd by the appropriate values
top

   January 26, 2017  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | >