This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Autogenerated input type of AcceptInvitation | |
input AcceptInvitationInput { | |
# A unique identifier for the client performing the mutation. | |
clientMutationId: String | |
handle: String! | |
} | |
# Autogenerated return type of AcceptInvitation | |
type AcceptInvitationPayload { | |
# A unique identifier for the client performing the mutation. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
import socket | |
import sys | |
import mysqldb | |
server = "irc.swiftirc.net" #settings | |
channel = "#pxlbin" | |
botnick = "pxlboat" | |
#db jazzy |